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