glLoadTransposeMatrix

replace the current matrix with the specified row-major ordered matrix

Signature

glLoadTransposeMatrix( )->
glLoadTransposeMatrixd( const GLdouble * ( m ) )-> void
glLoadTransposeMatrixd( m )
glLoadTransposeMatrixf( const GLfloat * ( m ) )-> void
glLoadTransposeMatrixf( m )

Parameters

VariablesDescription
m
Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 4 row-major matrix.

MathML Rendering

Powered by MathJax