class csPolyIndexed The following class represents a general polygon
The following class represents a general polygon. Vertices are indexed relative to some vertex array instead of directly represented in the polygon. Note that this polygon has no knowledge of the actual values of the vertices. It only keeps the indices. So it can actually be used both for 3D and 2D polygons.
int num_vertices
int max_vertices
csPolyIndexed(int start_size = 10)
csPolyIndexed(csPolyIndexed& copy)
virtual ~csPolyIndexed()
void MakeEmpty()
int GetNumVertices()
int* GetVertexIndices()
int GetVertex(int i)
int& operator[] (int i)
void MakeRoom(int new_max)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de