Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| gobjglNormal3f (floatc x_, floatc y_, floatc z_) | |
| gobjglNormal3f (point3< float > const &p_) | |
| gobjglNormal3f (point3< double > const &p_) | |
| void | draw () |
| Draw the object. | |
Public Attributes | |
| point3< float > | p |
Definition at line 748 of file gobj.h.
| gobjglNormal3f::gobjglNormal3f | ( | point3< float > const & | p_ | ) | [inline] |
| gobjglNormal3f::gobjglNormal3f | ( | point3< double > const & | p_ | ) | [inline] |
| void gobjglNormal3f::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 768 of file gobj.h.
References GOBJDEBUGCODE, point3< T >::x, point3< T >::y, and point3< T >::z.
| point3<float> gobjglNormal3f::p |
1.5.8