Moka kernel
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gmv-geometry.cc File Reference
#include "g-map-vertex.hh"
#include "geometry.hh"

Go to the source code of this file.

Macros

#define PUSH(STACK, V)
 
#define DISTANCE(STACK)
 
#define PUSH(STACK, V)
 
#define NORMAL(STACK)
 

Macro Definition Documentation

#define DISTANCE (   STACK)
Value:
( \
(*(STACK)[0] - *(STACK)[1]).norm() \
)

Definition at line 267 of file gmv-geometry.cc.

#define NORMAL (   STACK)
Value:
( \
CGeometry::getNormalVector(*(STACK)[0] - *(STACK)[1] , \
*(STACK)[2] - *(STACK)[1] ) \
)

Definition at line 356 of file gmv-geometry.cc.

#define PUSH (   STACK,
 
)
Value:
( \
(STACK)[1]= (STACK)[0], \
(STACK)[0]= (V) \
)

Definition at line 349 of file gmv-geometry.cc.

#define PUSH (   STACK,
 
)
Value:
( \
(STACK)[2]=(STACK)[1], \
(STACK)[1]=(STACK)[0], \
(STACK)[0]=(V) \
)

Definition at line 349 of file gmv-geometry.cc.