operator-#

inline Matrix33 operator-(const Matrix33 &a, const Matrix33 &b)#

Matrix subtraction operator.

Parameters:
  • a[in] First matrix

  • b[in] Second matrix

Returns:

Difference of the two matrices (a - b)