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