aboutsummaryrefslogtreecommitdiff

voronoi

...an exploration of Voronoi diagrams in C++.

Execute voronoi.sh to generate an animated GIF of the transition between a Voronoi diagram based on the Manhattan metric and one based on the Euclidean metric.

An animation of the unit sphere may be generated using unit_circle.sh.

Freely available under the terms of the MIT license.

Example

Transition between the Manhattan and Euclidean metric

Dependencies