A function defined in PEd_matrix.gml
PEd_MatrixRotToEuler(_rotationMatrix)
Gets euler angles from a YXZ rotation matrix.
Name | Type | Description |
---|---|---|
_rotationMatrix | Array |
The YXZ rotation matrix. |
Array
vec3(Rx, Ry, Rz).
https://www.geometrictools.com/Documentation/EulerAngles.pdf
Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.