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
(
TFunctionRef < void< int32 > &, TVector < RealType >)> PolygonFunc,
TFunctionRef < TVector < RealType >)> GetPointFunc
) const
Remarks
Get faces of the convex hull as convex polygons, merging faces that are exactly coplanar
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 |