Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
csTriangleVertices Class Reference
A class which holds vertices and connectivity information for a triangle mesh. More...
#include <csgeom/trimesh.h>
Public Member Functions | |
csTriangleVertices (csTriangleMesh *mesh, csVector3 *verts, int num_verts) | |
Build vertex table for a triangle mesh. | |
csTriangleVertex & | GetVertex (int idx) |
int | GetVertexCount () const |
void | UpdateVertices (csVector3 *verts) |
Update vertex table for a given set of vertices (with the same number as at init). | |
Protected Attributes | |
int | num_vertices |
csTriangleVertex * | vertices |
Detailed Description
A class which holds vertices and connectivity information for a triangle mesh.
Definition at line 101 of file trimesh.h.
Constructor & Destructor Documentation
|
Build vertex table for a triangle mesh.
|
Member Function Documentation
|
Update vertex table for a given set of vertices (with the same number as at init).
|
The documentation for this class was generated from the following file:
- csgeom/trimesh.h
Generated for Crystal Space by doxygen 1.4.4