Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| gobjglMultMatrixf (GLfloat const *matrix_) | |
| void | draw () |
| Draw the object. | |
Public Attributes | |
| GLfloat const * | matrix |
Definition at line 1130 of file gobj.h.
| gobjglMultMatrixf::gobjglMultMatrixf | ( | GLfloat const * | matrix_ | ) | [inline] |
| void gobjglMultMatrixf::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 1139 of file gobj.h.
References GOBJDEBUGCODE, and matrix.
01140 { GOBJDEBUGCODE glMultMatrixf(matrix); }
| GLfloat const* gobjglMultMatrixf::matrix |
1.5.8