| DegenerateEdgeTolerance |
RealType |
Points will not be added to the hull if doing so would create an edge smaller than this distance tolerance. |
CompGeom/ConvexHull3.h |
|
| MaxHullVertices |
int32 |
If positive, hulls generated will only have at most this many points. |
CompGeom/ConvexHull3.h |
|
| SkipAtHullDistanceAbsolute |
RealType |
If positive, skip adding points that are closer than this threshold to the in-progress hull. |
CompGeom/ConvexHull3.h |
|
| SkipAtHullDistanceAsFraction |
RealType |
If positive, skip adding points that are closer than this threshold to the in-progress hull expressed as a fraction of the overall hull extent. |
CompGeom/ConvexHull3.h |
|