EasyManua.ls Logo

HP b2600

HP b2600
486 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
M
glMultMatrix
Chapter 11
290
In many computer languages, 4 × 4 arrays are represented in row-major order. The
transformations just described represent these matrices in column-major order. The
order of the multiplication is important. For example, if the current transformation is a
rotation, and glMultMatrix is called with a translation matrix, the translation is done
directly on the coordinates to be transformed, while the rotation is done on the results of
that translation.
Errors
GL_INVALID_OPERATION is generated if glMultMatrix is executed between the
execution of glBegin and the corresponding execution of glEnd.
Associated Gets
glGet with argument GL_MATRIX_MODE
glGet with argument GL_MODELVIEW_MATRIX
glGet with argument GL_PROJECTION_MATRIX
glGet with argument GL_TEXTURE_MATRIX
See Also
glLoadIdentity,
glLoadMatrix,
glMatrixMode,
glPushMatrix

Table of Contents

Other manuals for HP b2600

Related product manuals