mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
begin branch to replace qhull with voro++ for tessellation
This commit is contained in:
parent
be797c05dc
commit
53483fd0d8
11 changed files with 1449 additions and 1 deletions
11
c_source/vorozobov/voz.h
Normal file
11
c_source/vorozobov/voz.h
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue