operator + method

Matrix3 operator +(
  1. Matrix3 rhs
)

Implementation

Matrix3 operator+(Matrix3 rhs) => add(rhs);