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
 

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 14425 2013-08-16 20:11:47Z behrisch

Definition in file GeomHelper.h.

Macro Definition Documentation

#define M_PI   3.1415926535897932384626433832795

Definition at line 42 of file GeomHelper.h.