Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| gobjglutSolidIcosahedron () | |
| void | draw () |
| Draw the object. | |
Definition at line 910 of file gobj.h.
| gobjglutSolidIcosahedron::gobjglutSolidIcosahedron | ( | ) | [inline] |
| void gobjglutSolidIcosahedron::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 915 of file gobj.h.
References GOBJDEBUGCODE.
00916 { GOBJDEBUGCODE glutSolidIcosahedron(); }
1.5.8