Go to the source code of this file.
Data Structures |
| struct | surface_t |
Functions |
| v_data * | delaunay_triangulation (double *x, double *y, int n) |
| int * | delaunay_tri (double *x, double *y, int n, int *nedges) |
| int * | get_triangles (double *x, int n, int *ntris) |
| v_data * | UG_graph (double *x, double *y, int n, int accurate_computation) |
| surface_t * | mkSurface (double *x, double *y, int n, int *segs, int nsegs) |
| void | freeSurface (surface_t *s) |
Function Documentation
| int* delaunay_tri |
( |
double * |
x, |
|
|
double * |
y, |
|
|
int |
n, |
|
|
int * |
nedges |
|
) |
| |
| v_data* delaunay_triangulation |
( |
double * |
x, |
|
|
double * |
y, |
|
|
int |
n |
|
) |
| |
| int* get_triangles |
( |
double * |
x, |
|
|
int |
n, |
|
|
int * |
ntris |
|
) |
| |
| surface_t* mkSurface |
( |
double * |
x, |
|
|
double * |
y, |
|
|
int |
n, |
|
|
int * |
segs, |
|
|
int |
nsegs |
|
) |
| |
| v_data* UG_graph |
( |
double * |
x, |
|
|
double * |
y, |
|
|
int |
n, |
|
|
int |
accurate_computation |
|
) |
| |