Go to the source code of this file.
|
| bool | UE::CADKernel::PolylineTools::IsDichotomyToBePreferred (int32 InPolylineSize, int32 ResultSize) |
| |
| template<typename PointType > |
| PointType | UE::CADKernel::PolylineTools::LinearInterpolation (const TArray< PointType > &Array, const int32 Index, const double Coordinate) |
| |
| double | UE::CADKernel::PolylineTools::SectionCoordinate (const TArray< double > &Array, const int32 Index, const double Coordinate) |
| |
| template<typename PointType > |
| double | UE::CADKernel::PolylineTools::ComputeLength (const TArray< PointType > &Polyline) |
| |
| template<typename PointType > |
| double | UE::CADKernel::PolylineTools::ComputeSquareToleranceForProjection (const TArray< PointType > &Polyline) |
| |
| template<typename PointType > |
| TArray< double > | UE::CADKernel::PolylineTools::ComputePolylineSegmentLengths (const PointType &StartPoint, const TArray< PointType > &InnerPolyline, const PointType &EndPoint) |
| |
| template<typename PointType > |
| void | UE::CADKernel::PolylineTools::ExtendTo (TArray< PointType > &Polyline, const PointType &DesiredEnd) |
| |
| template<class PointType > |
| PointType | UE::CADKernel::PolylineTools::ComputePoint (const TArray< double > &PolylineCoordinates, const TArray< PointType > &PolylinePoints, const int32 Index, const double PointCoordinate) |
| |