operator * method

Matrix3 operator *(
  1. Matrix3 m
)

Implementation

Matrix3 operator*(Matrix3 m) => multiply(m);