proj home

Files   Classes   Functions   Hierarchy  

gobjglNormal3f Class Reference

#include <gobj.h>

Inheritance diagram for gobjglNormal3f:
Collaboration diagram for gobjglNormal3f:

List of all members.

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


Detailed Description

Definition at line 748 of file gobj.h.


Constructor & Destructor Documentation

gobjglNormal3f::gobjglNormal3f ( floatc  x_,
floatc  y_,
floatc  z_ 
) [inline]

Definition at line 755 of file gobj.h.

00760     : p( point3<float>(x_,y_,z_) ) {}

gobjglNormal3f::gobjglNormal3f ( point3< float > const &  p_  )  [inline]

Definition at line 762 of file gobj.h.

00763     : p(p_) {}

gobjglNormal3f::gobjglNormal3f ( point3< double > const &  p_  )  [inline]

Definition at line 765 of file gobj.h.

00766     : p(p_.x,p_.y,p_.z) {}


Member Function Documentation

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.

00769     { GOBJDEBUGCODE glNormal3f(p.x,p.y,p.z); }


Member Data Documentation

Definition at line 752 of file gobj.h.


The documentation for this class was generated from the following file:

Generated on Fri Mar 4 00:49:59 2011 for Chelton Evans Source by  doxygen 1.5.8