Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| gobjglTranslatef (GLfloat const x_, GLfloat const y_, GLfloat const z_) | |
| gobjglTranslatef (point3< float > const &p) | |
| gobjglTranslatef (point3< double > const &p) | |
| void | draw () |
| Draw the object. | |
Public Attributes | |
| GLfloat | x |
| GLfloat | y |
| GLfloat | z |
Definition at line 588 of file gobj.h.
| gobjglTranslatef::gobjglTranslatef | ( | GLfloat const | x_, | |
| GLfloat const | y_, | |||
| GLfloat const | z_ | |||
| ) | [inline] |
| gobjglTranslatef::gobjglTranslatef | ( | point3< float > const & | p | ) | [inline] |
| gobjglTranslatef::gobjglTranslatef | ( | point3< double > const & | p | ) | [inline] |
| void gobjglTranslatef::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 616 of file gobj.h.
References GOBJDEBUGCODE, y, and z.
00617 { GOBJDEBUGCODE glTranslatef(x,y,z); }
| GLfloat gobjglTranslatef::x |
| GLfloat gobjglTranslatef::y |
| GLfloat gobjglTranslatef::z |
1.5.8