BBMOD_Matrix.AddComponentwise

A function defined in BBMOD_Matrix.gml

AddComponentwise(_matrix)

Description

Adds each component of the matrix to corresponding component of other matrix and returns the result as a new matrix.

Arguments

Name Type Description
_matrix Struct.BBMOD_Matrix The matrix to add componentwise with.

Returns

Struct.BBMOD_Matrix The resulting matrix.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on April 16, 2024 using GMDoc.