SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GeomHelper.h File Reference
#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<SUMOReal>((x) * M_PI / 180.)
#define M_PI   3.1415926535897932384626433832795
#define RAD2DEG(x)   static_cast<SUMOReal>((x) * 180. / M_PI)

Detailed Description

Author
Daniel Krajzewicz
Friedemann Wesner
Jakob Erdmann
Michael Behrisch
Date
Sept 2002
Version
Id:
GeomHelper.h 15692 2014-02-22 09:17:02Z behrisch

Definition in file GeomHelper.h.

Macro Definition Documentation

#define M_PI   3.1415926535897932384626433832795

Definition at line 42 of file GeomHelper.h.