PEd_MatrixRotToEuler

A function defined in PEd_matrix.gml

PEd_MatrixRotToEuler(_rotationMatrix)

Description

Gets euler angles from a YXZ rotation matrix.

Arguments

Name Type Description
_rotationMatrix Array The YXZ rotation matrix.

Returns

Array vec3(Rx, Ry, Rz).

Source

https://www.geometrictools.com/Documentation/EulerAngles.pdf


Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.