UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Private::FitKDop3Helpers Namespace Reference

Functions

template<typename RealType >
bool FitKDopImpl3 (TArrayView< const UE::Math::TVector< RealType > > PlaneDirections, const int32 NumPoints, TFunctionRef< UE::Math::TVector< RealType >(int32)> GetPointFunc, TFunctionRef< bool(int32)> FilterFunc, TArray< UE::Math::TVector< RealType > > &OutVertices, TArray< UE::Math::TPlane< RealType > > *OptionalOutPlanes, RealType Epsilon, RealType VertexSnapDistance, RealType Inflate)
 

Function Documentation

◆ FitKDopImpl3()

template<typename RealType >
bool UE::Private::FitKDop3Helpers::FitKDopImpl3 ( TArrayView< const UE::Math::TVector< RealType > >  PlaneDirections,
const int32  NumPoints,
TFunctionRef< UE::Math::TVector< RealType >(int32)>  GetPointFunc,
TFunctionRef< bool(int32)>  FilterFunc,
TArray< UE::Math::TVector< RealType > > &  OutVertices,
TArray< UE::Math::TPlane< RealType > > *  OptionalOutPlanes,
RealType  Epsilon,
RealType  VertexSnapDistance,
RealType  Inflate 
)