|
Closest Point
Find the Closest Point on a mesh
|
Public Member Functions | |
| ClosestPoint (const Mesh &m) | |
| void | makeEdgeList () |
| Vec3f | operator() (const Vec3f &point, float maxRadius) |
| pair< float, Vec3f > | minVertexDistance (const Vec3f &point, float maxRadius) |
| pair< float, Vec3f > | minEdgeDistance (const Vec3f &point, float maxRadius) |
| pair< float, Vec3f > | minFaceDistance (const Vec3f &point, float maxRadius) |
| Mesh | getMesh () |
| vector< Face > | fetchFacesinSphere () |
Public Attributes | |
| set< int > | vlist_in_sphere |
| set< int > | edge_in_sphere |
Definition at line 13 of file ClosestPoint.h.
1.7.6.1