Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FDichotomyFinder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDichotomyFinder
(
const TArray< double >& InPolylineCoordinates |
Utils/IndexOfCoordinateFinder.h | ||
FDichotomyFinder
(
const TArray< double >& InPolylineCoordinates, |
Utils/IndexOfCoordinateFinder.h |
FDichotomyFinder(const TArray< double > &)
| Name | FDichotomyFinder |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Utils/IndexOfCoordinateFinder.h |
| Include Path | #include "Utils/IndexOfCoordinateFinder.h" |
FDichotomyFinder
(
const TArray < double > & InPolylineCoordinates
)
FDichotomyFinder(const TArray< double > &, int32, int32)
| Name | FDichotomyFinder |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Utils/IndexOfCoordinateFinder.h |
| Include Path | #include "Utils/IndexOfCoordinateFinder.h" |
FDichotomyFinder
(
const TArray < double > & InPolylineCoordinates,
int32 InStartLowerBound,
int32 InStartUpperBound
)