interface for convexhull calculators on 3d point sets  
 More...
#include <ConvexHullND.hpp>
Inherited by QHullND< N >.
template<size_t N>
class rw::geometry::ConvexHullND< N >
interface for convexhull calculators on 3d point sets 
◆ getAvgDistInside()
Calculate average distance from point inside the convex hull to its walls. 
Each distance is weighted according to the wall's volume.' 
Implemented in QHullND< N >.
 
 
◆ getCentroid()
Return centroid of the convex hull. 
Centroid is calculated as an average of face centroids weighted by face area. 
Implemented in QHullND< N >.
 
 
◆ getClosestPoint()
Returns the point on the convex hull closest to the vertex . 
- Parameters
- 
  
  
- Returns
- the closest point. 
Implemented in QHullND< N >.
 
 
◆ getMinDistInside()
If the vertex is inside the convex hull the minimum distance to any of the half-spaces of the hull is returned. If its not inside 0 is returned. 
- Parameters
- 
  
  
- Returns
- minimum distance to vertex 
Implemented in QHullND< N >.
 
 
◆ getMinDistOutside()
If the vertex is outside the convex hull the minimum distance to the convex hull is returned. If its not outside 0 is returned. 
- Parameters
- 
  
  
- Returns
- minimum distance to vertex 
Implemented in QHullND< N >.
 
 
◆ rebuild()
The documentation for this class was generated from the following file: