Eclipse SUMO - Simulation of Urban MObility
|
#include <NIImporter_OpenDrive.h>
Public Member Functions | |
double | computeAt (double pos) const |
Poly3 (double _s, double _a, double _b, double _c, double _d) | |
Constructor. | |
Data Fields | |
double | a |
double | b |
double | c |
double | d |
double | s |
Definition at line 272 of file NIImporter_OpenDrive.h.
|
inline |
Constructor.
[in] | s | The start offset |
[in] | a | constant |
[in] | b | first order |
[in] | c | second order |
[in] | d | third order |
Definition at line 280 of file NIImporter_OpenDrive.h.
|
inline |
Definition at line 283 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::addOffsets(), NIImporter_OpenDrive::computeShapes(), and NIImporter_OpenDrive::discretizeOffsets().
double NIImporter_OpenDrive::Poly3::a |
Definition at line 289 of file NIImporter_OpenDrive.h.
Referenced by computeAt().
double NIImporter_OpenDrive::Poly3::b |
Definition at line 290 of file NIImporter_OpenDrive.h.
Referenced by computeAt().
double NIImporter_OpenDrive::Poly3::c |
Definition at line 291 of file NIImporter_OpenDrive.h.
Referenced by computeAt().
double NIImporter_OpenDrive::Poly3::d |
Definition at line 292 of file NIImporter_OpenDrive.h.
Referenced by computeAt().
double NIImporter_OpenDrive::Poly3::s |
Definition at line 288 of file NIImporter_OpenDrive.h.
Referenced by computeAt().