![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the source code of this file.
Functions | |
| void | odrSpiral (double s, double cDot, double *x, double *y, double *t) |
| 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 231 of file odrSpiral.cpp.
References fresnel(), and M_PI.
Referenced by NIImporter_OpenDrive::geomFromSpiral().