BBMOD_Matrix.FromArray

A function defined in BBMOD_Matrix.gml

FromArray(_array[, _index])

Description

Initializes the matrix from an array.

Arguments

Name Type Description
_array Array The array to read values from.
_index Real The index to start reading at. Defaults to 0.

Returns

Struct.BBMOD_Matrix Returns self.

Do you find this page helpful?

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