23    const CRange<CDegrees> CDegrees::SIGNED_RANGE(CDegrees(-180.0), CDegrees(180.0));
 
   24    const CRange<CDegrees> CDegrees::UNSIGNED_RANGE(CDegrees(0.0), CDegrees(360.0));
 
static const CRange< CRadians > UNSIGNED_RANGE
The unsigned normalization range [0:TWO_PI]. 
float Real
Collects all ARGoS code. 
static const CRange< CRadians > SIGNED_RANGE
The signed normalization range [-PI:PI]. 
static const CRadians TWO_PI
Set to PI * 2. 
static const CRadians PI_OVER_FOUR
Set to PI / 4. 
static const Real RADIANS_TO_DEGREES
Constant to convert from radians to degrees. 
static const CRadians PI
The PI constant. 
static const CRadians PI_OVER_SIX
Set to PI / 6. 
static const CRadians ZERO
Set to zero radians. 
#define ARGOS_PI
To be used when initializing static variables. 
The namespace containing all the ARGoS related code. 
static const CRadians PI_OVER_THREE
Set to PI / 3. 
static const CRadians PI_OVER_TWO
Set to PI / 2.