Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/CompGeom > API/Runtime/GeometryCore/CompGeom/TConvexHull3
Type
typedef TArray < int32 , TInlineAllocator < 8 > > FPolygonFace
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexHull3.h |
| Include | #include "CompGeom/ConvexHull3.h" |
Remarks
Polygon face array type: A nested array with inline allocator per face, optimizing for the case where most faces have less than 8 vertices.