Click or drag to resize

UtilDecomposeRotationByRef Method

Change a Matrix so that only contains the Rotation component.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static void DecomposeRotationByRef(
	ref Matrix m
)

Parameters

m
Type: Microsoft.DirectXMatrix
Matrix to alter.
See Also