Skip to content

Implementation of Fortune's algorithm for computing Voronoi regions

Notifications You must be signed in to change notification settings

jjeffers/voronoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortune

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add fortune to your list of dependencies in mix.exs:

    def deps do [{:fortune, "~> 0.0.1"}] end

  2. Ensure fortune is started before your application:

    def application do [applications: [:fortune]] end

About

Implementation of Fortune's algorithm for computing Voronoi regions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages