![]() |
Public API 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. | |
void | UpdateVertices (csVector3 *verts) |
Update vertex table for a given set of vertices (with the same number as at init). |
A class which holds vertices and connectivity information for a triangle mesh.
csTriangleVertices::csTriangleVertices | ( | csTriangleMesh * | mesh, |
csVector3 * | verts, | ||
int | num_verts | ||
) |
Build vertex table for a triangle mesh.
void csTriangleVertices::UpdateVertices | ( | csVector3 * | verts | ) |
Update vertex table for a given set of vertices (with the same number as at init).