Macros | |
#define | num_tests (sizeof (tests) / sizeof (tests[0])) |
Functions | |
int | main (int argc, const char **argv) |
Variables | |
const vec_t * | line [] = {points[0], points[1]} |
vec3_t | points [] |
struct { | |
vec_t expect [4] | |
int num_points | |
const vec_t ** points | |
vec_t * x | |
} | tests [] |
const vec_t * | tetra [] = {points[0], points[1], points[2], points[3]} |
const vec_t * | tri [] = {points[0], points[1], points[2]} |
vec_t expect[4] |
int num_points |
struct { ... } tests[] |
vec_t* x |