Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

simpleVertex Class Reference

#include <jtriangle.hpp>

List of all members.

Public Methods

 simpleVertex (const simpleVertex &obj)
void draw ()
void tform ()

Public Attributes

vect3f pos


Constructor & Destructor Documentation

simpleVertex::simpleVertex const simpleVertex &    obj [inline]
 

Definition at line 51 of file jtriangle.hpp.

00052    {
00053       pos = obj.pos;
00054    }


Member Function Documentation

void simpleVertex::draw   [inline]
 

Definition at line 56 of file jtriangle.hpp.

00057    {
00058       glVertex3fv(pos.v);
00059    }

void simpleVertex::tform   [inline]
 

Definition at line 61 of file jtriangle.hpp.

00062    {
00063       mstack.tform(pos);
00064    }


Member Data Documentation

vect3f simpleVertex::pos
 

Definition at line 49 of file jtriangle.hpp.

Referenced by simpleVertex().


The documentation for this class was generated from the following file:
Generated on Sun Oct 14 18:49:39 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001