Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/CompGeom > API/Runtime/GeometryCore/CompGeom/TConvexHull3
| Type | Name | Description | |
|---|---|---|---|
| void | GetSimplifiedFaces
(
TFunctionRef< void(TArray< int32 >&, TVector< RealType >)> PolygonFunc, |
Get faces of the convex hull as convex polygons, simplifying the hull by merging near-coplanar faces and only keeping vertices that are on the corner of at least three merged faces | |
| void | GetSimplifiedFaces
(
TArray< FPolygonFace >& OutPolygons, |
Get faces of the convex hull as convex polygons, simplifying the hull by merging near-coplanar faces and only keeping vertices that are on the corner of at least three merged faces |