Luna::operator-

Float4x4 operator-(const Float4x4 &m1, const Float4x4 &m2)

Subtracts one matrix from another matrix (m1 - m2). The subtraction is performed on every component of two matrices.

Parameters

  • in m1

    The first matrix.

  • in m2

    The second matrix.

Return value

Returns the result matrix.