From bcf37e4a66c55d53eeb9263097c6120633baf6aa Mon Sep 17 00:00:00 2001 From: Michael Bostock Date: Sun, 7 Nov 2010 20:57:25 -0800 Subject: [PATCH] Generate Delaunay from Voronoi. --- examples/delaunay/delaunay.html | 11 +-- examples/delaunay/delaunay.js | 120 --------------------------- examples/index.html | 3 + lib/jit/voronoi.js | 140 ++++++++++++++++++++------------ lib/jit/voronoi.min.js | 17 ++-- src/externs.js | 4 + 6 files changed, 109 insertions(+), 186 deletions(-) delete mode 100644 examples/delaunay/delaunay.js diff --git a/examples/delaunay/delaunay.html b/examples/delaunay/delaunay.html index 643260fb..a47b41a1 100644 --- a/examples/delaunay/delaunay.html +++ b/examples/delaunay/delaunay.html @@ -4,7 +4,7 @@ Delaunay Triangulation - +