/voronoi

A readable, easy-to-use library for generating Voronoi diagrams

Primary LanguageC++MIT LicenseMIT

voronoi

Build Status

Voronoi is a readable, easy-to-use library for generating voronoi diagrams.

Notes

TODO

Dependencies

Sources

  • The modified AVL tree structure used to represent the beachline was based on an implementation be Harish R that can be found here.
  • Algorithm and data structure implementations based on Steve Fortune's plane-sweep algorithm as presented in Computational Geometry.

Contributors

  • Michael Noronha (mtn)
  • Christopher Bobbe (TwoEighths)

License

See LICENSE.