Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/CompGeom
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexHull3.h |
| Include | #include "CompGeom/ConvexHull3.h" |
Syntax
template<typename RealType>
struct TConvexHullSimplificationSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| RealType | DegenerateEdgeTolerance | Points will not be added to the hull if doing so would create an edge smaller than this distance tolerance. | |
| int32 | MaxHullVertices | If positive, hulls generated will only have at most this many points. | |
| RealType | SkipAtHullDistanceAbsolute | If positive, skip adding points that are closer than this threshold to the in-progress hull. | |
| RealType | SkipAtHullDistanceAsFraction | 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. |