UtilDecomposeRotationByRef Method |
Change a
Matrix so that only contains the Rotation component.
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntaxpublic static void DecomposeRotationByRef(
ref Matrix m
)
Parameters
- m Matrix
- Matrix to alter.
See Also