#include "g-map-vertex.hh"#include "geometry.hh"

Go to the source code of this file.
Defines | |
| #define | PUSH(STACK, V) |
| #define | DISTANCE(STACK) |
| #define | PUSH(STACK, V) |
| #define | NORMAL(STACK) |
| #define DISTANCE | ( | STACK | ) |
| #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, | |||
| V | ) |
Value:
( \ (STACK)[2]=(STACK)[1], \ (STACK)[1]=(STACK)[0], \ (STACK)[0]=(V) \ )
Definition at line 349 of file gmv-geometry.cc.
| #define PUSH | ( | STACK, | |||
| V | ) |
Value:
( \ (STACK)[1]= (STACK)[0], \ (STACK)[0]= (V) \ )
Definition at line 349 of file gmv-geometry.cc.
1.5.8