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" |
TArray < FIndex3i > const & GetTriangleNeighbors() const
Remarks
Only valid if bSaveTriangleNeighbors was true when Solve() was called Neighbors of each hull triangle, in edge order i.e., Nbr.A is the triangle across edge(Tri.A, Tri.B)