SUMO - Simulation of Urban MObility
|
#include <config.h>
#include "Position.h"
#include "PositionVector.h"
#include <utils/common/UtilExceptions.h>
Go to the source code of this file.
Data Structures | |
class | GeomHelper |
Macros | |
#define | DEG2RAD(x) static_cast<SUMOReal>((x) * PI / 180.) |
#define | PI 3.1415926535897932384626433832795 |
#define | RAD2DEG(x) static_cast<SUMOReal>((x) * 180. / PI) |
Definition in file GeomHelper.h.
Definition at line 45 of file GeomHelper.h.
Referenced by MSCFModel_KraussPS::maxNextSpeed().
#define PI 3.1415926535897932384626433832795 |
Definition at line 42 of file GeomHelper.h.
Definition at line 46 of file GeomHelper.h.
Referenced by GUILaneWrapper::GUILaneWrapper().