operator-=#

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

Matrix subtraction assignment operator.

Parameters:
  • a[inout] Matrix to subtract from

  • b[in] Matrix to subtract

Returns:

Reference to modified matrix a