Add#

inline Matrix33 Add(const Matrix33 &a, const Matrix33 &b)#

Adds two matrices element-wise.

Parameters:
  • a[in] First matrix

  • b[in] Second matrix

Returns:

Sum of the two matrices