A function defined in BBMOD_Matrix.gml
SubComponentwiseSelf(_matrix)
Subtracts each component of a matrix from corresponding component of this matrix and stores the result into self
.
Name | Type | Description |
---|---|---|
_matrix | Struct.BBMOD_Matrix |
The matrix that subtracts componentwise from this one. |
Struct.BBMOD_Matrix
The resulting matrix.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.