Wiselib
Namespaces | Defines | Variables
wiselib.testing/algorithms/localization/distance_based/util/localization_defutils.h File Reference
#include "algorithms/localization/distance_based/math/vec.h"
#include <limits.h>
#include <float.h>
#include <math.h>

Go to the source code of this file.

Namespaces

namespace  wiselib
 

AES Algorithm.


Defines

#define M_PI   3.14159265358

Variables

const double wiselib::UNKNOWN_DISTANCE = DBL_MIN
const Vec< double > wiselib::UNKNOWN_POSITION = Vec<double>( DBL_MIN, DBL_MIN, DBL_MIN )
const double wiselib::UNKNOWN_ANGLE = DBL_MIN
const double wiselib::UNKNOWN_AVG_HOP_DIST = DBL_MAX
const int wiselib::UNKNOWN_HOP_CNT = INT_MAX
const char * wiselib::SEL_NODE_TAG_NAME = "LOCALIZATION_SELECTED_NODE_TAG"

Define Documentation

#define M_PI   3.14159265358
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines