Creates new matrix as product of this and another 3x3 matrix.
This operator overload creates a new matrix that is the result of multiplying this matrix by a 3x3 matrix. The resulting matrix modifies only the rotation part of this matrix, while the translation component remains unchanged.
other | The 3x3 matrix to multiply with. |