Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 947 Bytes

voronoi.markdown

File metadata and controls

27 lines (22 loc) · 947 Bytes
layout title
ex
Voronoi Diagram

Voronoi Diagram

<script type="text/javascript" src="../d3.geom.js?2.2.0"> </script> <script type="text/javascript" src="voronoi.js"> </script>

Colors by Cynthia Brewer. Voronoi design commonly attributed to Lejeune Dirichlet and Georgy Voronoy. Voronoi algorithm by Steven Fortune; implementation based on work by Nicolas Garcia Belmonte. Mouseover interaction inspired by Raymond Hill.

Source Code

{% highlight js linenos %} {% include voronoi.js %} {% endhighlight %}