Moka controlers
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros
precompile-dart.cc File Reference
#include "controler-gmap-types.hh"
#include "view.hh"
#include "precompile-dart.hh"
#include "dart-vertex.hh"
#include "parameter-gmap-vertex.hh"
#include "parameter-dart.hh"
#include "parameter-selection.hh"
#include <cassert>
#include <climits>

Go to the source code of this file.

Macros

#define DMAX   (20)
 
#define RFREE   (6)
 
#define SQR(X)   (sqr((double)(X)))
 

Functions

float distanceToSegment (float x, float y, float x1, float y1, float x2, float y2)
 

Macro Definition Documentation

#define DMAX   (20)

Definition at line 275 of file precompile-dart.cc.

#define RFREE   (6)

Definition at line 276 of file precompile-dart.cc.

#define SQR (   X)    (sqr((double)(X)))

Function Documentation

float distanceToSegment ( float  x,
float  y,
float  x1,
float  y1,
float  x2,
float  y2 
)

Definition at line 278 of file precompile-dart.cc.