|
| bool | IsDichotomyToBePreferred (int32 InPolylineSize, int32 ResultSize) |
| |
| template<typename PointType > |
| PointType | LinearInterpolation (const TArray< PointType > &Array, const int32 Index, const double Coordinate) |
| |
| double | SectionCoordinate (const TArray< double > &Array, const int32 Index, const double Coordinate) |
| |
| template<typename PointType > |
| double | ComputeLength (const TArray< PointType > &Polyline) |
| |
| template<typename PointType > |
| double | ComputeSquareToleranceForProjection (const TArray< PointType > &Polyline) |
| |
| template<typename PointType > |
| TArray< double > | ComputePolylineSegmentLengths (const PointType &StartPoint, const TArray< PointType > &InnerPolyline, const PointType &EndPoint) |
| |
| template<typename PointType > |
| void | ExtendTo (TArray< PointType > &Polyline, const PointType &DesiredEnd) |
| |
| template<class PointType > |
| PointType | ComputePoint (const TArray< double > &PolylineCoordinates, const TArray< PointType > &PolylinePoints, const int32 Index, const double PointCoordinate) |
| |