Creates new matrix as product of this and other.
This operator overload creates a new matrix that is the result of multiplying this matrix by another. The resulting matrix represents the combined transformations of both matrices, without modifying the original.
other | The matrix to multiply with. |