Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/CompGeom > API/Runtime/GeometryCore/CompGeom/TConvexHull3
| Type | Name | Description | |
|---|---|---|---|
| TArray< THalfspace3< RealType > > | GetAsHalfspaces
(
TArrayView< const VectorType > Points |
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 | |
| TArray< THalfspace3< RealType > > | GetAsHalfspaces
(
TFunctionRef< VectorType(int32)> GetPointFunc |
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 |