Node:Matrix Inversion, Next:Setting Values Transforms, Previous:Transform Operators, Up:Transform Reference
Transform inverse (void) | const function |
Transform inverse ([bool assign = false ])
|
Function |
Returns a Transform T with a T.matrix that is the
inverse of matrix . If assign==true , then
matrix is set to its inverse.
In the |