Go to the source code of this file.
Functions | |
void | odrSpiral (double s, double cDot, double *x, double *y, double *t) |
compute the actual "standard" spiral, starting with curvature 0 More... | |
void odrSpiral | ( | double | s, |
double | cDot, | ||
double * | x, | ||
double * | y, | ||
double * | t | ||
) |
compute the actual "standard" spiral, starting with curvature 0
s | run-length along spiral |
cDot | first derivative of curvature [1/m2] |
x | resulting x-coordinate in spirals local co-ordinate system [m] |
y | resulting y-coordinate in spirals local co-ordinate system [m] |
t | tangent direction at s [rad] |
Definition at line 234 of file odrSpiral.cpp.
References fresnel().
Referenced by carla::road::element::GeometrySpiral::PosFromDist().