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: 15.0.2.11458
Syntax
C#
public static Matrix DecomposeRotation(
	Matrix m
)

Parameters

m
Type: Microsoft.DirectXMatrix
Input Matrix.

Return Value

Type: Matrix
Output Matrix containing the rotation component.
See Also