A function defined in BBMOD_Matrix.gml
SubComponentwise(_matrix)
Subtracts each component of a matrix from corresponding component of this matrix and returns the result as a new matrix.
Name | Type | Description |
---|---|---|
_matrix | Struct.BBMOD_Matrix |
The matrix that subtracts componentwise from this one. |
Struct.BBMOD_Matrix
The resulting matrix.
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.