Go to the source code of this file.
|
| template<typename RealType > |
| TOrientedBox2< RealType > GEOMETRYCORE_API | UE::Geometry::FitOrientedBox2Points (TArrayView< const TVector2< RealType > > Points, TFunctionRef< RealType(RealType, RealType)> FitFn) |
| |
| template<typename RealType > |
| TOrientedBox2< RealType > | UE::Geometry::FitOrientedBox2Points (TArrayView< const TVector2< RealType > > Points, EBox2FitCriteria FitMethod=EBox2FitCriteria::Area) |
| |
| template<typename RealType > |
| TOrientedBox2< RealType > GEOMETRYCORE_API | UE::Geometry::FitOrientedBox2SimplePolygon (TArrayView< const TVector2< RealType > > Polygon, TFunctionRef< RealType(RealType, RealType)> FitFn) |
| |
| template<typename RealType > |
| TOrientedBox2< RealType > | UE::Geometry::FitOrientedBox2SimplePolygon (TArrayView< const TVector2< RealType > > Polygon, EBox2FitCriteria FitMethod=EBox2FitCriteria::Area) |
| |
| template<typename RealType > |
| TOrientedBox2< RealType > GEOMETRYCORE_API | UE::Geometry::FitOrientedBox2ConvexHull (int32 NumPts, TFunctionRef< TVector2< RealType >(int32)> GetHullPt, TFunctionRef< RealType(RealType, RealType)> FitFn) |
| |
| template<typename RealType > |
| TOrientedBox2< RealType > | UE::Geometry::FitOrientedBox2ConvexHull (int32 NumPts, TFunctionRef< TVector2< RealType >(int32)> GetHullPt, EBox2FitCriteria FitMethod=EBox2FitCriteria::Area) |
| |