Skip to content

Commit

Permalink
Updated to 0.6 (#34)
Browse files Browse the repository at this point in the history
* Removed extra indirections in priority queue (#31)

* Removed external ceil/floor requirement (#32)

* Better guess at the last inserted edge (big improvement) (#33)

Less pointer indirections
Less redundant conditionals

* Updated to 0.6
  • Loading branch information
JCash authored Oct 21, 2018
1 parent b352e14 commit fc94abf
Show file tree
Hide file tree
Showing 6 changed files with 181 additions and 265 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,7 @@ Example implementation (see main.c for actual code)
#define JC_VORONOI_IMPLEMENTATION
// If you wish to use doubles
//#define JCV_REAL_TYPE double
//#define JCV_FABS fabs
//#define JCV_ATAN2 atan2
//#define JCV_FLOOR floor
//#define JCV_CEIL ceil
#include "jc_voronoi.h"
void draw_edges(const jcv_diagram* diagram);
Expand Down
Loading

0 comments on commit fc94abf

Please sign in to comment.