Skip to content

Implementation Of Delaunay triangulation and Voronoi Diagram

License

Notifications You must be signed in to change notification settings

CHoudrouge4/DelaunayAndVoronoi

Repository files navigation

DelaunayAndVoronoi

This project is a basic c++ implementation of Delaunay triangulation. The algorithm used is randomized incremental construction based on the algorithm presented on "Computational Geometry: Algorithms and Applications" by Marc van Kreveld, Mark de Berg, and Otfried Cheong.

More details on the implementation can be found here.

Releases

No releases published

Packages

No packages published