Multiplies this matrix with the given matrix.
Matrix3 multiply(Matrix3 m ) { return multiplyMatrices( this, m ); }