Go to the source code of this file.
Defines | |
#define | TRUE 1 |
#define | FALSE 0 |
#define | EPSILON (1e-6) |
#define | DOUBLE_EPSILON (1e-8) |
#define | MIN(a, b) (((a) < (b)) ? (a) : (b)) |
#define | MAX(a, b) (((a) > (b)) ? (a) : (b)) |
|
|
|
|
|
|
|
|
|
|
|
documentation stuff
|