Click or drag to resize

UtilDecompose Method

Extract the translation and rotation matrices from the given matrix. Matrix is assumed to contain no scaling or shear components.

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntax
C#
public static void Decompose(
	Matrix matrix,
	out Matrix translation,
	out Matrix rotation
)

Parameters

matrix  Matrix
Input Matrix
translation  Matrix
Translation component of input Matrix
rotation  Matrix
Rotation component of input Matrix
See Also