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: 19.01.00
Syntax
C#
public static void DecomposeRotationByRef(
	ref Matrix m
)

Parameters

m  Matrix
Matrix to alter.
See Also