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

List of all members.

Public Member Functions

 ClosestPoint (const Mesh &m)
void makeEdgeList ()
Vec3f operator() (const Vec3f &point, float maxRadius)
pair< float, Vec3fminVertexDistance (const Vec3f &point, float maxRadius)
pair< float, Vec3fminEdgeDistance (const Vec3f &point, float maxRadius)
pair< float, Vec3fminFaceDistance (const Vec3f &point, float maxRadius)
Mesh getMesh ()
vector< FacefetchFacesinSphere ()

Public Attributes

set< int > vlist_in_sphere
set< int > edge_in_sphere

Detailed Description

Definition at line 13 of file ClosestPoint.h.


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