34 void setR(
const double& R);
37 void setA(
const double& A);
40 double computeTauFromRA()
const;
43 double getDeltaR(
const double& tau)
const;
45 double getLength(
const double& tau)
const;
47 double getTau(
const double& L)
const;
50 Geom::XY getCoordinate(
const double& L)
const;
52 Geom::XY getCenter(
const double& L)
const;
55 double computeTk()
const;
57 double computeTl()
const;
59 std::vector<Geom::XY> approximate(
const unsigned int& segments)
const;
66 static double getAngle(
const Geom::Ax2d& position);
#define GEOM_EXPORT
Definition: geom_defines.h:8
Defines a non-persistent 2D cartesian point.
Definition: Pnt2d.h:33
Definition: Clothoid2d.h:21