function
ToArray([_array[, _index]])
Writes the components of the vector into the target array.
Name | Type | Description |
---|---|---|
_array | Array<Real> |
The array to write to. If undefined a new one of required size is created. |
_index | Real |
The starting index within the target array. Defaults to 0. |
Array<Real>
The target array.
Copyright © 2023, BlueBurn. Built on March 24, 2023 using GMDoc.