A function defined in BBMOD_Matrix.gml
ToArray([_array[, _index]])
Writes the matrix into an array.
Name | Type | Description |
---|---|---|
_array | Array |
The array to write the matrix to. If undefined , then a new one is created. |
_index | Real |
The index to start writing at. Defaults to 0. |
Array
The destination array.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.