A function defined in BBMOD_Matrix.gml
MulComponentwise(_matrix)
Multiplies each component of the matrix with corresponding component of other matrix and returns the result as a new matrix.
Name | Type | Description |
---|---|---|
_matrix | Struct.BBMOD_Matrix |
The matrix to multiply componentwise with. |
Struct.BBMOD_Matrix
The resulting matrix.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.