Luna::Float4x4::operator-=

Float4x4 & operator-=(const Float4x4 &mat)

Subtracts one matrix from this matrix. The subtraction is performed on every component of two matrices.

Parameters

  • in mat

    The matrix to subtract from this matrix.

Return value

Returns *this.