BBMOD_Matrix.SubComponentwiseSelf

A function defined in BBMOD_Matrix.gml

SubComponentwiseSelf(_matrix)

Description

Subtracts each component of a matrix from corresponding component of this matrix and stores the result into self.

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.