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