csTriangleVertices Class Reference
[Geometry utilities]
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 107 of file trimesh.h.
Constructor & Destructor Documentation
| csTriangleVertices::csTriangleVertices | ( | csTriangleMesh * | mesh, | |
| csVector3 * | verts, | |||
| int | num_verts | |||
| ) | 
Build vertex table for a triangle mesh.
Member Function Documentation
| void csTriangleVertices::UpdateVertices | ( | csVector3 * | verts | ) | 
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.7

