A function defined in BBMOD_Matrix.gml
AddComponentwiseSelf(_matrix)
Adds each component of the matrix to corresponding component of other matrix and stores the result into self
.
Name | Type | Description |
---|---|---|
_matrix | Struct.BBMOD_Matrix |
The matrix to add componentwise with. |
Struct.BBMOD_Matrix
The resulting matrix.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.