A function defined in BBMOD_Quaternion.gml
ToMatrix([_dest[, _index]])
Converts quaternion into a matrix.
Name | Type | Description |
---|---|---|
_dest | Array |
The destination array. If not specified, a new one is created. |
_index | Real |
The starting index in the destination array. Defaults to 0. |
Array
Returns the destination array.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.