glMultMatrix

multiply the current matrix with the specified matrix

Signature

glMultMatrix( )->
glMultMatrixd( const GLdouble * ( m ) )-> void
glMultMatrixd( m )
glMultMatrixf( const GLfloat * ( m ) )-> void
glMultMatrixf( m )

Parameters

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

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

glMultMatrixf
OpenGLContext OpenGLContext/scenegraph/nodepath.py Lines: 6, 30
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson48/Lesson48.py Lines: 133, 142
Glinter Core.py Lines: 562
{Artistic License} PymmLib mmLib/OpenGLDriver.py Lines: 250, 261
{LGPL} VisionEgg VisionEgg/Core.py Lines: 877
{LGPL} PyMT examples/apps/3Dviewer/3Dviewer.py Lines: 88, 159
{LGPL} PyMT examples/apps/3Ddrawing/3Ddrawing.py Lines: 114, 136
{LGPL} PyMT pymt/graphx/stencil.py Lines: 22, 90
{LGPL} PyMT pymt/ui/widgets/scatter.py Lines: 18, 447
{LGPL} PyMT pymt/ui/widgets/composed/innerwindow.py Lines: 8, 234
Gloopy gloopy/view/render.py Lines: 132
{GPL3} OpenGL-Programmable 01-direct.py Lines: 87
{GPL3} OpenGL-Programmable 06-perpixel.py Lines: 196
{GPL3} OpenGL-Programmable 03-array.py Lines: 103
{GPL3} OpenGL-Programmable 08-pbo.py Lines: 218
{GPL3} OpenGL-Programmable 02-displaylist.py Lines: 92
{GPL3} OpenGL-Programmable 05-shader.py Lines: 188
{GPL3} OpenGL-Programmable 07-attrib.py Lines: 207
{GPL3} OpenGL-Programmable 04-vbo.py Lines: 122

MathML Rendering

Powered by MathJax