Click or drag to resize

UtilDecomposeRotation Method

Return a Matrix that only contains the Rotation component of the supplied matrix.

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntax
C#
public static Matrix DecomposeRotation(
	Matrix m
)

Parameters

m  Matrix
Input Matrix.

Return Value

Matrix
Output Matrix containing the rotation component.
See Also