UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::TConvexHull2< RealType > Member List

This is the complete list of members for UE::Geometry::TConvexHull2< RealType >, including all inherited members.

DimensionUE::Geometry::TConvexHull2< RealType >protected
Empty()UE::Geometry::TConvexHull2< RealType >inline
GetDimension() constUE::Geometry::TConvexHull2< RealType >inline
GetHull(TFunctionRef< TVector2< RealType >(int32)> GetPointFunc, TArray< int32 > &Merged, int32 &IdxFirst, int32 &IdxLast)UE::Geometry::TConvexHull2< RealType >protected
GetLine(TArrayView< const TVector2< RealType > > Points) constUE::Geometry::TConvexHull2< RealType >inline
GetNumUniquePoints() constUE::Geometry::TConvexHull2< RealType >inline
GetPolygonIndices() constUE::Geometry::TConvexHull2< RealType >inline
GetTangent(TFunctionRef< TVector2< RealType >(int32)> GetPointFunc, TArray< int32 > &Merged, int32 j0, int32 j1, int32 j2, int32 j3, int32 &i0, int32 &i1)UE::Geometry::TConvexHull2< RealType >protected
HullUE::Geometry::TConvexHull2< RealType >protected
IsSolutionAvailable() constUE::Geometry::TConvexHull2< RealType >inline
Merge(TFunctionRef< TVector2< RealType >(int32)> GetPointFunc, TArray< int32 > &Merged, int32 j0, int32 j1, int32 j2, int32 j3, int32 &i0, int32 &i1)UE::Geometry::TConvexHull2< RealType >protected
NumUniquePointsUE::Geometry::TConvexHull2< RealType >protected
Solve(int32 NumPoints, TFunctionRef< TVector2< RealType >(int32)> GetPointFunc, TFunctionRef< bool(int32)> FilterFunc=[](int32 Idx) {return true;})UE::Geometry::TConvexHull2< RealType >
Solve(TArrayView< const TVector2< RealType > > Points, TFunctionRef< bool(int32)> FilterFunc)UE::Geometry::TConvexHull2< RealType >inline
Solve(TArrayView< const TVector2< RealType > > Points)UE::Geometry::TConvexHull2< RealType >inline
SolveSimplePolygon(int32 NumPolygonPoints, TFunctionRef< TVector2< RealType >(int32)> GetPointFunc, bool bIsKnownCCW=false)UE::Geometry::TConvexHull2< RealType >