Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

vertex.cpp

Go to the documentation of this file.
00001 #include <windows.h>
00002 #include "vertex.h"
00003 #include "mmgr.h"
00004 
00005 VERTEX::VERTEX(float sx, float sy, float sz, float snx, float sny, float snz)
00006 :
00007     x(sx),
00008     y(sy),
00009     z(sz),
00010     nx(snx),
00011     ny(sny),
00012     nz(snz),
00013     numVertices(3)
00014 {
00015 }
00016 
00017 VERTEX::~VERTEX()
00018 {
00019 }
00020 

Generated on Fri Dec 23 05:19:55 2005 for Particles by doxygen1.2.15