A function defined in BBMOD_DualQuaternion.gml
FromArray(_array[, _index])
Loads dual quaternion components (rX, rY, rZ, rW, dX, dY, dZ, dW)
from an array.
Name | Type | Description |
---|---|---|
_array | Array |
The array to read the dual quaternion components from. |
_index | Real |
The index to start reading the dual quaternion components from. Defaults to 0. |
Struct.BBMOD_DualQuaternion
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.