Multiplies this matrix by another, combining transformations.
This operator overload allows for the multiplication of this matrix by another transformation matrix, effectively combining the transformations. The result is a new matrix that represents the combined effect of both transformations.
other | The matrix to multiply with. |