Click or drag to resize

UtilDecomposeAngles(Matrix) Method

Return the Yaw (Y rotation), Pitch (X rotation), and Roll (Z rotation) Euler angles for the supplied Matrix.

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

Parameters

m  Matrix
Input Matrix.

Return Value

Vector3
Vector3 containing the X, Y, and Z rotations.
See Also