Matrix44FDecomposeFast Method |
Name | Description | |
---|---|---|
DecomposeFast(Vector3F, Matrix33F, Vector3F) |
Decomposes the matrix into the scale, translation, and rotation components. (This method is
faster than Decompose(Vector3F, Matrix33F, Vector3F), but the matrix
must be a valid 3D scale/rotation/translation (SRT) matrix.)
| |
DecomposeFast(Vector3F, QuaternionF, Vector3F) |
Decomposes the matrix into the scale, translation, and rotation components. (This method is
faster than Decompose(Vector3F, QuaternionF, Vector3F), but the
matrix must be a valid 3D scale/rotation/translation (SRT) matrix.)
|