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 © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.