30 template <
typename RealType>
41 template <
typename RealType>
69 template <
typename RealType>
80 template <
typename RealType>
109 template <
typename RealType>
120 template <
typename RealType>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ArrayView.h:139
Definition AssetRegistryState.h:50
TOrientedBox2< RealType > FitOrientedBox2Points(TArrayView< const TVector2< RealType > > Points, TFunctionRef< RealType(RealType, RealType)> FitFn)
Definition FitOrientedBox2.cpp:205
TOrientedBox2< RealType > FitOrientedBox2ConvexHull(int32 NumPts, TFunctionRef< TVector2< RealType >(int32)> GetHullPt, TFunctionRef< RealType(RealType, RealType)> FitFn)
Definition FitOrientedBox2.cpp:19
TOrientedBox2< RealType > FitOrientedBox2SimplePolygon(TArrayView< const TVector2< RealType > > Polygon, TFunctionRef< RealType(RealType, RealType)> FitFn)
Definition FitOrientedBox2.cpp:179
EBox2FitCriteria
Definition FitOrientedBox2.h:16
@ Area
Definition FitOrientedBox2.h:17
@ Perimeter
Definition FitOrientedBox2.h:18
Definition AdvancedWidgetsModule.cpp:13
Definition OrientedBoxTypes.h:315