user_eg.c File Reference
#include "qhull_a.h"
Go to the source code of this file.
Define Documentation
| #define SIZEcube (1<<DIM) |
| #define SIZEdiamond (2*DIM) |
| #define TOTpoints (SIZEcube + SIZEdiamond) |
Function Documentation
| 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 |
|
) |
|