]> git.jsancho.org Git - dungeon-master.git/blobdiff - dungeon-master/geom/bowyer-watson.scm
Voronoi mesh (work in progress)
[dungeon-master.git] / dungeon-master / geom / bowyer-watson.scm
index e8b9ea5a19998d9f53f0263a8751a143670b55a9..29bf07c0d0f39c58868f7ffd580df02fc328c6cc 100644 (file)
@@ -6,7 +6,10 @@
   #:use-module (dungeon-master geom triangle)
   #:export (bowyer-watson))
 
-"Compute the Delaunay triangulation using Bowyer–Watson algorithm"
+"
+Compute the Delaunay triangulation using Bowyer–Watson algorithm
+https://en.wikipedia.org/wiki/Bowyer-Watson_algorithm
+"
 
 (define (bowyer-watson vertices)
   (receive (minx miny maxx maxy)