函数 | |
void | odrSpiral (double s, double cDot, double *x, double *y, double *t) |
compute the actual "standard" spiral, starting with curvature 0 | |
|
extern |
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] |
在文件 odrSpiral.cpp 第 234 行定义.
引用了 fresnel().
被这些函数引用 carla::road::element::GeometrySpiral::PosFromDist().