class csPoly3D The following class represents a general 3D polygon
The following class represents a general 3D polygon
int num_vertices
int max_vertices
csPoly3D(int start_size = 10)
csPoly3D(csPoly3D& copy)
virtual ~csPoly3D()
void MakeEmpty()
int GetNumVertices()
csVector3* GetVertices()
csVector3* GetVertex(int i)
csVector3& operator[] (int i)
csVector3* GetFirst()
csVector3* GetLast()
void MakeRoom(int new_max)
void SetNumVertices(int n)
void AddVertex(const csVector3& v)
void AddVertex(float x, float y, float z)
void SetVertices(csVector3 *v, int num)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de