glcLoadMatrix(3G) OpenGL Character Renderer glcLoadMatrix(3G)
NAME
glcLoadMatrix - assign a value to GLCBITMAPMATRIX
C SPECIFICATION
void glcLoadMatrix( const GLfloat *inMatrix )
PARAMETERS
inMatrix Specifies the value to assign to GLCBITMAPMATRIX.
DESCRIPTION
glcLoadMatrix assigns the value [inMatrix[0], inMatrix[1], inMatrix[2],
inMatrix[3]] to the floating point vector variable GLCBITMAPMATRIX.
ERRORS
GLCSTATEERROR is generated if the issuing thread has no current GLC
context.
ASSOCIATED GETS
glcGetfv with argument GLCBITMAPMATRIX
SEE ALSO
glcLoadIdentity, glcMultMatrix, glcRotate, glcScale
Page 1