In file include/csengine/curve.h:

class csCurveTesselated

Tesselated curve

Public Methods

csCurveTesselated(int num_v, int num_t)
Allocate a new tesselated curve with the given number of vertices and triangles
int GetNumTriangles()
int GetNumVertices()
csCurveTriangle& GetTriangle(int i)
csCurveVertex& GetVertex(int i)
~csCurveTesselated()

Documentation

Tesselated curve. This is basicly a list of triangles.
csCurveTesselated(int num_v, int num_t)
Allocate a new tesselated curve with the given number of vertices and triangles

~csCurveTesselated()

int GetNumVertices()

int GetNumTriangles()

csCurveVertex& GetVertex(int i)

csCurveTriangle& GetTriangle(int i)


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de