function
ToArray([_array[, _index]])
Writes the matrix into an array.
Name | Type | Description |
---|---|---|
_array | Array<Real>/Undefined |
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<Real>
The destination array.
Copyright © 2022, BlueBurn. Built on May 18, 2022 using GMDoc.