glMultTransposeMatrix

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

Signature

glMultTransposeMatrix( )->
glMultTransposeMatrixd( const GLdouble * ( m ) )-> void
glMultTransposeMatrixd( m )
glMultTransposeMatrixf( const GLfloat * ( m ) )-> void
glMultTransposeMatrixf( m )

Parameters

VariablesDescription
m
Points to 16 consecutive values that are used as the elements of a 4 4 row-major matrix.

MathML Rendering

Powered by MathJax