BBMOD_Matrix.SubComponentwise

A function defined in BBMOD_Matrix.gml

SubComponentwise(_matrix)

Description

Subtracts each component of a matrix from corresponding component of this matrix and returns the result as a new matrix.

Arguments

Name Type Description
_matrix Struct.BBMOD_Matrix The matrix that subtracts componentwise from this one.

Returns

Struct.BBMOD_Matrix The resulting matrix.

Do you find this page helpful?

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