Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| gobjglRasterPos3f (floatc x_, floatc y_, floatc z_) | |
| gobjglRasterPos3f (point3< float > const &p) | |
| void | draw () |
| Draw the object. | |
Public Attributes | |
| float | x |
| The x coordinate. | |
| float | y |
| The y coordinate. | |
| float | z |
| The z coordinate. | |
Definition at line 270 of file gobj.h.
| gobjglRasterPos3f::gobjglRasterPos3f | ( | point3< float > const & | p | ) | [inline] |
| void gobjglRasterPos3f::draw | ( | ) | [inline, virtual] |
| float gobjglRasterPos3f::x |
| float gobjglRasterPos3f::y |
| float gobjglRasterPos3f::z |
1.5.8