Skip to content

jc_voronoi v0.4.0

Compare
Choose a tag to compare
@JCash JCash released this 03 Jun 15:39
· 46 commits to master since this release
c1bc7e1
Merge dev to master (#17)

* CI tests

* Added bounding box to jcv_diagram_generate()
Input points are now culled against the bounding box
Added .csv support to test program

* Added missing file

* Windown compile fixes

* Added missing include for linux

* Added an examples folder

* Ensure to include stdlib.h for malloc/free (#14)

*  Updated max number of events that can be used at the same time (#16)

* Increased the maximum number of events the priority queue can have

* Added test for max num events