Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/CompGeom > API/Runtime/GeometryCore/CompGeom/TConvexHull3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexHull3.h |
| Include | #include "CompGeom/ConvexHull3.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/CompGeom/ConvexHull3.cpp |
void GetFaces
&40;
TFunctionRef< void(TArray< int32 > &, TVector< RealType >)> PolygonFunc,
TFunctionRef< TVector< RealType >(int32)> GetPointFunc
&41; const
Remarks
Get faces of the convex hull as convex polygons
Parameters
| Name | Description |
|---|---|
| PolygonFunc | Callback to be called for each polygon, with the array of vertex indices and the face normal |
| GetPointFunc | Function providing array-style access into points TODO: Provide an optional Epsilon parameter to simplify the hull within some tolerance |