Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/CompGeom > API/Runtime/GeometryCore/CompGeom/TConvexHull3 > API/Runtime/GeometryCore/CompGeom/TConvexHull3/GetAsHalfspaces
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexHull3.h |
| Include | #include "CompGeom/ConvexHull3.h" |
template<typename VectorType>
TArray< THalfspace3< RealType > > GetAsHalfspaces
&40;
TArrayView< const VectorType > Points
&41; const
Remarks
Convert an already-computed convex hull into a halfspace representation Following the logic of ContainmentQueries3.h, all halfspaces are oriented "outwards," so a point is inside the convex hull if it is outside of all halfspaces in the array Array of halfspaces
Parameters
| Name | Description |
|---|---|
| Points | Array of points to consider |