Login | Register
My pages Projects Community openCollabNet

voronoi
Project home

If you were registered and logged in, you could join this project.

Summary Java Library for Delaunay Triangulation and Voronoi Diagrams
Category libraries
License GNU Lesser Public License
Owner(s) jdesmet

Description

This library is intended as a 'java-base' for developing projects that need to process Delaunay Triangulations or their Voronoi dual. Often code samples found freely available are academic concepts, and are not robust or fast enough for Industrial applications. I intend to seed this project with a fully working and tested implementation, but hope that others will continue by implementing more features, and maybe different or faster algorithms.