BBMOD_Matrix.MulComponentwise

A function defined in BBMOD_Matrix.gml

MulComponentwise(_matrix)

Description

Multiplies each component of the matrix with corresponding component of other matrix and returns the result as a new matrix.

Arguments

Name Type Description
_matrix Struct.BBMOD_Matrix The matrix to multiply componentwise with.

Returns

Struct.BBMOD_Matrix The resulting matrix.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.