![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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) |
| 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 | ||
| ) |