A function defined in BBMOD_Matrix.gml
MulComponentwiseSelf(_matrix)
Multiplies each component of the matrix with corresponding component of other matrix and stores the result into self
.
Name | Type | Description |
---|---|---|
_matrix | Struct.BBMOD_Matrix |
The matrix to multiply componentwise with. |
Struct.BBMOD_Matrix
Returns self
.
Copyright © 2025, BlueBurn. Built on March 23, 2025 using GMDoc.