Eclipse SUMO - Simulation of Urban MObility
odrSpiral.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void odrSpiral (double s, double cDot, double *x, double *y, double *t)
 

Function Documentation

◆ odrSpiral()

void odrSpiral ( double  s,
double  cDot,
double *  x,
double *  y,
double *  t 
)

compute the actual "standard" spiral, starting with curvature 0

Parameters
srun-length along spiral
cDotfirst derivative of curvature [1/m2]
xresulting x-coordinate in spirals local co-ordinate system [m]
yresulting y-coordinate in spirals local co-ordinate system [m]
ttangent direction at s [rad]

Definition at line 236 of file odrSpiral.cpp.

References fresnel(), and M_PI.

Referenced by NIImporter_OpenDrive::geomFromSpiral().

Here is the caller graph for this function: