Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 719 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 719 Bytes

fortune

Fortune's algorithm for Voronoi diagram creation implemented in Java.

This implementation is based on the description of the algorithm from Computational Geometry: Algorithms & Applications. A short report documenting the design of this implementation can be found here.

Build

ant

Also the pre-compiled Jar can be found in /dist

Run

to make it animate the construction of a Voronoi diagram over N random points in the unit square:

java -jar dist/Voronoi.jar <N>

to make it run a timing study:

java -Xmx2G -jar dist/Voronoi.jar

screenshot