Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/CompGeom > API/Runtime/GeometryCore/CompGeom/TConvexHull2 > API/Runtime/GeometryCore/CompGeom/TConvexHull2/Solve
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexHull2.h |
| Include | #include "CompGeom/ConvexHull2.h" |
bool Solve
&40;
TArrayView< const TVector2< RealType >> Points
&41;
Remarks
Generate convex hull as long as input is not degenerate If input is degenerate, this will return false, and caller can call GetDimension() to determine whether the points were collinear, or all the same point true if hull was generated, false if points span < 2 dimensions
Parameters
| Name | Description |
|---|---|
| Points | Array of points to consider |