UtilDecomposeRotation Method |
Return a
Matrix that only contains the Rotation component of the supplied matrix.
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntaxpublic static Matrix DecomposeRotation(
Matrix m
)
Parameters
- m Matrix
- Input Matrix.
Return Value
MatrixOutput
Matrix containing the rotation component.
See Also