![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for UE::Geometry::TConvexHull2< RealType >, including all inherited members.
| Dimension | UE::Geometry::TConvexHull2< RealType > | protected |
| Empty() | UE::Geometry::TConvexHull2< RealType > | inline |
| GetDimension() const | UE::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) const | UE::Geometry::TConvexHull2< RealType > | inline |
| GetNumUniquePoints() const | UE::Geometry::TConvexHull2< RealType > | inline |
| GetPolygonIndices() const | UE::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 |
| Hull | UE::Geometry::TConvexHull2< RealType > | protected |
| IsSolutionAvailable() const | UE::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 |
| NumUniquePoints | UE::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 > |