X-Git-Url: https://git.jsancho.org/?p=dungeon-master.git;a=blobdiff_plain;f=dungeon-master%2Fgeom%2Fbowyer-watson.scm;fp=dungeon-master%2Fgeom%2Fbowyer-watson.scm;h=29bf07c0d0f39c58868f7ffd580df02fc328c6cc;hp=e8b9ea5a19998d9f53f0263a8751a143670b55a9;hb=efcdd7897930ce2ce2f24ef789c8331b6154527b;hpb=695ecf94f5bb10ced4e66b0b4d036de9965c02ca diff --git a/dungeon-master/geom/bowyer-watson.scm b/dungeon-master/geom/bowyer-watson.scm index e8b9ea5..29bf07c 100644 --- a/dungeon-master/geom/bowyer-watson.scm +++ b/dungeon-master/geom/bowyer-watson.scm @@ -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)