X-Git-Url: https://melusine.eu.org/syracuse/G/git/?a=blobdiff_plain;f=luamesh.lua;h=a2c26086189c80146385103cb7c1591a6341827d;hb=ced8983945e47999e128a468ee3cf2218a6288d8;hp=3ff737bcab6475117b605748cc47ef5cc693fbd7;hpb=e6cdb2e004ddba7c63705df4835de516ce0f297c;p=delaunay.git diff --git a/luamesh.lua b/luamesh.lua index 3ff737b..a2c2608 100644 --- a/luamesh.lua +++ b/luamesh.lua @@ -1,3 +1,5 @@ +require "polygon-luamesh" + -- Bowyer and Watson algorithm -- Delaunay meshing function BowyerWatson (listPoints,bbox)