Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| gobjglutWireTetrahedron () | |
| void | draw () |
| Draw the object. | |
Definition at line 937 of file gobj.h.
| gobjglutWireTetrahedron::gobjglutWireTetrahedron | ( | ) | [inline] |
| void gobjglutWireTetrahedron::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 942 of file gobj.h.
References GOBJDEBUGCODE.
00943 { GOBJDEBUGCODE glutWireTetrahedron(); }
1.5.8