function
ToEuler([_array[, _index]])
Retrieves euler angles from the matrix.
Name | Type | Description |
---|---|---|
_array | Array<Real> |
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<Real>
The destination array.
Copyright © 2023, BlueBurn. Built on February 04, 2023 using GMDoc.