Macros | |
| #define | DIST_EPSILON 0 |
| #define | FloatCompare(a, b) (fabs (a - b) < 1e-5) |
| #define | num_tests (sizeof (tests) / sizeof (tests[0])) |
| #define | VectorCompare(x, y) |
Typedefs | |
| typedef struct portlist_s | portlist_t |
Variables | |
| box_t | bigbox = { { 8, 8, 24} } |
| box_t | box = { { 8, 8, 8} } |
| box_t | player = { {16, 16, 28} } |
| box_t | point = { { 0, 0, 0} } |
| test_t | tests [] |
| int | verbose = 0 |
| #define DIST_EPSILON 0 |
| #define FloatCompare | ( | a, | |
| b | |||
| ) | (fabs (a - b) < 1e-5) |
| #define VectorCompare | ( | x, | |
| y | |||
| ) |
| typedef struct portlist_s portlist_t |
| box_t bigbox = { { 8, 8, 24} } |
| box_t box = { { 8, 8, 8} } |
| box_t player = { {16, 16, 28} } |
| box_t point = { { 0, 0, 0} } |
| test_t tests[] |
| int verbose = 0 |