|
| template<typename RealType > |
| TOrientedBox3< RealType > | UE::Geometry::OptimizeOrientedBox3Points (const TOrientedBox3< RealType > &InitialBox, int32 NumIterations, int32 NumPoints, TFunctionRef< TVector< RealType >(int32)> GetPointFunc, TFunctionRef< bool(int32)> Filter, EBox3FitCriteria FitMethod, FProgressCancel *ProgressCancel) |
| |
| template<typename RealType > |
| TOrientedBox3< RealType > | UE::Geometry::FitOrientedBox3Points (int32 NumPts, TFunctionRef< TVector< RealType >(int32)> GetPtFn, TFunctionRef< bool(int32)> FilterFn, EBox3FitCriteria FitMethod, RealType SameNormalTolerance, FProgressCancel *ProgressCancel) |
| |
| template TOrientedBox3< float > GEOMETRYCORE_API | UE::Geometry::FitOrientedBox3Points< float > (int32 NumPts, TFunctionRef< TVector< float >(int32)> GetPtFn, TFunctionRef< bool(int32)> FilterFn, EBox3FitCriteria FitMethod, float SameNormalTolerance, FProgressCancel *ProgressCancel) |
| |
| template TOrientedBox3< double > GEOMETRYCORE_API | UE::Geometry::FitOrientedBox3Points< double > (int32 NumPts, TFunctionRef< TVector< double >(int32)> GetPtFn, TFunctionRef< bool(int32)> FilterFn, EBox3FitCriteria FitMethod, double SameNormalTolerance, FProgressCancel *ProgressCancel) |
| |
| template TOrientedBox3< float > GEOMETRYCORE_API | UE::Geometry::OptimizeOrientedBox3Points (const TOrientedBox3< float > &InitialBox, int32 NumIterations, int32 NumPoints, TFunctionRef< TVector< float >(int32)> GetPointFunc, TFunctionRef< bool(int32)> Filter, EBox3FitCriteria FitMethod, FProgressCancel *ProgressCancel) |
| |
| template TOrientedBox3< double > GEOMETRYCORE_API | UE::Geometry::OptimizeOrientedBox3Points (const TOrientedBox3< double > &InitialBox, int32 NumIterations, int32 NumPoints, TFunctionRef< TVector< double >(int32)> GetPointFunc, TFunctionRef< bool(int32)> Filter, EBox3FitCriteria FitMethod, FProgressCancel *ProgressCancel) |
| |