34 template <
typename RealType>
47 template <
typename RealType>
69 template <
typename RealType>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ProgressCancel.h:187
Definition ArrayView.h:139
Definition AssetRegistryState.h:50
TOrientedBox3< RealType > OptimizeOrientedBox3Points(const TOrientedBox3< RealType > &InitialBox, int32 NumIterations, int32 NumPoints, TFunctionRef< TVector< RealType >(int32)> GetPointFunc, TFunctionRef< bool(int32)> Filter, EBox3FitCriteria FitMethod, FProgressCancel *ProgressCancel)
Definition FitOrientedBox3.cpp:93
TOrientedBox3< RealType > FitOrientedBox3Points(int32 NumPts, TFunctionRef< TVector< RealType >(int32)> GetPtFn, TFunctionRef< bool(int32)> FilterFn, EBox3FitCriteria FitMethod, RealType SameNormalTolerance, FProgressCancel *ProgressCancel)
Definition FitOrientedBox3.cpp:181
EBox3FitCriteria
Definition FitOrientedBox3.h:18
@ SurfaceArea
Definition FitOrientedBox3.h:20
@ Volume
Definition FitOrientedBox3.h:19
Definition AdvancedWidgetsModule.cpp:13
Definition OrientedBoxTypes.h:25