GL.glMultMatrix multiplies the current matrix with the one specified using m, and
replaces the current matrix with the product.
The current matrix is determined by the current matrix mode (see GL.glMatrixMode). It is either the projection matrix,
modelview matrix,
or the texture matrix.