geomerative
index
 
Name apply ( )
Examples
None available
Description Use this to multiply the matrix with another matrix. This is mostly use to chain transformations.
Syntax
apply(rhs);
apply(n00, n01, n02, n10, n11, n12);
Parameters
n00   float, coefficient 00 of the matrix to be applied
n01   float, coefficient 01 of the matrix to be applied
n02   float, coefficient 02 of the matrix to be applied
n10   float, coefficient 10 of the matrix to be applied
n11   float, coefficient 11 of the matrix to be applied
n12   float, coefficient 12 of the matrix to be applied
src   RMatrix, source matrix from where to copy the matrix
Returns None
Usage Geometry
Related translate ( )
rotate ( )
scale ( )
shear ( )