File indexing completed on 2024-03-24 15:17:35

0001 /*typedef struct Vertex {
0002     double pt[3];
0003     int index;
0004     struct Vertex *prev;
0005 } Vertex;
0006 */
0007 void tessellate(double **verts, int *nverts, int **tris, int *ntris, const double **contoursbegin,
0008                 const double **contoursend);