glcMultMatrix(3G) OpenGL Character Renderer glcMultMatrix(3G)
NAME
glcMultMatrix - multiply GLCBITMAPMATRIX with a matrix
C SPECIFICATION
void glcMultMatrix( const GLfloat *inMatrix )
PARAMETERS
inMatrix Specifies a pointer a to 2x2 matrix stored in column-major
order as four consecutive values.
DESCRIPTION
glcMultMatrix multiplies GLCBITMAPMATRIX with the one specified in
inMatrix. The matrix is stored as
(a a )
0 2
| |
|a a |
1 3
( )
ERRORS
GLCSTATEERROR is generated if the issuing thread has no current GLC
context.
ASSOCIATED GETS
glcGetfv with argument GLCBITMAPMATRIX
SEE ALSO
glcLoadMatrix, glcIdentityMatrix, glcRotate, glcScale
Page 1