![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>#include <cmath>#include "Position.h"#include "PositionVector.h"#include <utils/common/UtilExceptions.h>Go to the source code of this file.
Data Structures | |
| class | GeomHelper |
| Some static methods performing geometrical operations. More... | |
Macros | |
| #define | DEG2RAD(x) static_cast<double>((x) * M_PI / 180.) |
| #define | GRAVITY 9.80665 |
| #define | M_PI 3.1415926535897932384626433832795 |
| #define | RAD2DEG(x) static_cast<double>((x) * 180. / M_PI) |
Definition in file GeomHelper.h.
| #define DEG2RAD | ( | x | ) | static_cast<double>((x) * M_PI / 180.) |
Definition at line 35 of file GeomHelper.h.
| #define GRAVITY 9.80665 |
Definition at line 37 of file GeomHelper.h.
| #define M_PI 3.1415926535897932384626433832795 |
Definition at line 32 of file GeomHelper.h.
| #define RAD2DEG | ( | x | ) | static_cast<double>((x) * 180. / M_PI) |
Definition at line 36 of file GeomHelper.h.