Closest Point
Find the Closest Point on a mesh
Public Member Functions | Public Attributes
Mesh Class Reference

List of all members.

Public Member Functions

 Mesh (const Mesh &obj)
vector< Vec3fget_vertexList ()
vector< Faceget_faceList ()
std::vector< set< int > > get_edgeList ()
void set_edgeList (std::vector< set< int > > e)
bool readPly (char *name)

Public Attributes

int nverts
int nfaces

Detailed Description

Definition at line 15 of file Mesh.h.


The documentation for this class was generated from the following files:
 All Classes