An open API service indexing awesome lists of open source software.

https://github.com/rbeeli/delaunay_voronoi

Delaunay triangulation and Voronoi diagrams algorithms.
https://github.com/rbeeli/delaunay_voronoi

Last synced: about 1 month ago
JSON representation

Delaunay triangulation and Voronoi diagrams algorithms.

Awesome Lists containing this project

README

          

# Delaunay and Voronoi triangulation algorithms and visualization

Implementation of naive and Sweep-Circle Delaunay triangulation, combined with Voronoi. Sweep-Circle based on: [http://cglab.ca/~biniaz/papers/Sweep%20Circle.pdf]

## Screenshots

![Screenshot 1](./screenshots/1.png)

![Screenshot 2](./screenshots/2.png)

![Screenshot 3](./screenshots/3.png)

![Screenshot 4](./screenshots/4.png)