A function defined in BBMOD_DualQuaternion.gml
ToArray([_array[, _index]])
Writes components (rX, rY, rZ, rW, dX, dY, dZ, dW)
of the dual quaternion into an array.
Name | Type | Description |
---|---|---|
_array | Array |
The destination array. If not defined, a new one is created. |
_index | Real |
The index to start writing to. Defaults to 0. |
Array
Returns the destination array.
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.