begin branch to replace qhull with voro++ for tessellation

This commit is contained in:
Paul M. Sutter 2025-06-28 12:19:33 -04:00
parent be797c05dc
commit 53483fd0d8
11 changed files with 1449 additions and 1 deletions

11
c_source/vorozobov/voz.h Normal file
View file

@ -0,0 +1,11 @@
#define MAXVERVER 100000
#define NGUARD 42 /*Actually, the number of SPACES between guard points
in each dim */
//#define NGUARD 84 /*Actually, the number of SPACES between guard points
typedef int pid_t;
typedef struct Partadj {
pid_t nadj;
pid_t *adj;
} PARTADJ;