BBMOD_Matrix.ToArray

A function defined in BBMOD_Matrix.gml

ToArray([_array[, _index]])

Description

Writes the matrix into an array.

Arguments

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.

Returns

Array The destination array.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.