Multiplies this matrix with the given matrix. So the order of the multiplication is switched compared to {@link Matrix4#multiply}.
Matrix4 premultiply(Matrix4 m ) { return multiplyMatrices( m, this ); }