operator+#

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

Matrix addition operator.

Parameters:
  • a[in] First matrix

  • b[in] Second matrix

Returns:

Sum of the two matrices