Next: Transform Operators, Previous: Transform Global Variables and Constants, Up: Transform Reference
Creates a
Transform
and sets all of the elements of matrix to r. Currently, this constructor is never used, but who knows? Maybe someday it will be useful for something.
Each of the sixteen
real
arguments is assigned to the corresponding element of matrix:matrix[0][0] = r0_0
,matrix[0][1] = r0_1
, etc. Useful for specifying a transformation matrix completely.