Extract the translation and rotation matrices from the given matrix. Matrix
is assumed to contain no scaling or shear components.
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntaxpublic static void Decompose(
Matrix matrix,
out Matrix translation,
out Matrix rotation
)
Parameters
- matrix Matrix
- Input Matrix
- translation Matrix
- Translation component of input Matrix
- rotation Matrix
- Rotation component of input Matrix
See Also