Multiplies this matrix by another 3x3 matrix.
This operator overload allows for the multiplication of this matrix by a 3x3 matrix, modifying only the rotation part of this matrix. The translation component remains unchanged.
other | The 3x3 matrix to multiply with. |