A function defined in BBMOD_Matrix.gml
ToEuler([_array[, _index]])
Retrieves euler angles from the matrix.
Name | Type | Description |
---|---|---|
_array | Array |
An array to write the X,Y,Z angles to. If undefined , a new one is created. |
_index | Real |
The index to start writing at. |
Array
The destination array.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.