#include "qhull_a.h"
Go to the source code of this file.
Defines | |
#define | DIM 3 /* dimension of points, must be < 31 for SIZEcube */ |
#define | qh_QHimport |
#define | SIZEcube (1<<DIM) |
#define | SIZEdiamond (2*DIM) |
#define | TOTpoints (SIZEcube + SIZEdiamond) |
Functions | |
void | findDelaunay (int dim) |
int | main (int argc, char *argv[]) |
void | makecube (coordT *points, int numpoints, int dim) |
void | makeDelaunay (coordT *points, int numpoints, int dim, int seed) |
void | makehalf (coordT *points, int numpoints, int dim) |
void | print_summary (void) |
#define qh_QHimport |
#define SIZEdiamond (2*DIM) |
#define TOTpoints (SIZEcube + SIZEdiamond) |
void findDelaunay | ( | int | dim | ) |
void makeDelaunay | ( | coordT * | points, |
int | numpoints, | ||
int | dim, | ||
int | seed | ||
) |
void print_summary | ( | void | ) |