function
ToArray([_array[, _index]])
Writes components (x, y, z, w)
of the quaternion into an array.
Name | Type | Description |
---|---|---|
_array | Array<Real> |
The destination array. If not defined, a new one is created. |
_index | Real |
The index to start writing to. Defaults to 0. |
Array<Real>
Returns the destination array.
Copyright © 2023, BlueBurn. Built on February 04, 2023 using GMDoc.