interface for convexhull calculators on 2d point sets
More...
#include <ConvexHull2D.hpp>
interface for convexhull calculators on 2d point sets
◆ getMinDist()
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
◆ rebuild()
rebuilts the hull
- Parameters
-
◆ toContour()
create a plain trimesh from the hull facets
- Returns
- the hull facets as a plain triangle mesh with normal information
The documentation for this class was generated from the following file: