#include <math.h>


Go to the source code of this file.
Data Structures | |
| class | PFS3Box |
| class | PFS3BoxId |
| class | PFS3NodeBoxId |
| class | PFS3Rtree |
Defines | |
| #define | RT3_MAX_NUM_NODES 100 |
| #define | ABS(x) (((x)>= 0)?(x): -(x)) |
| #define | MIN(x, y) (((x)<(y))?(x):(y)) |
| #define | MAX(x, y) (((x)>(y))?(x):(y)) |
| #define | double_MAX 1.6e+300 |
| #define | double_MIN 1.6e-300 |
1.5.3