Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TConvexHull3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FIndex3i > const & GetTriangles () |
CompGeom/ConvexHull3.h | ||
void GetTriangles
(
TFunctionRef< void(FIndex3i)> TriangleFunc |
Call TriangleFunc for each triangle of the Convex Hull. | CompGeom/ConvexHull3.h |
GetTriangles()
| Name | GetTriangles |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexHull3.h |
| Include Path | #include "CompGeom/ConvexHull3.h" |
TArray < FIndex3i > const & GetTriangles() const
convex hull triangles
GetTriangles(TFunctionRef< void(FIndex3i)>)
Description
Call TriangleFunc for each triangle of the Convex Hull. The triangles index into the point set passed to Solve()
| Name | GetTriangles |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexHull3.h |
| Include Path | #include "CompGeom/ConvexHull3.h" |
void GetTriangles
(
TFunctionRef < void)> TriangleFunc
)