X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=delaunay.git;a=blobdiff_plain;f=luamesh-polygon.lua;fp=polygon-luamesh.lua;h=2c14268ed8be8998dd310533e7aa1037e743ba5e;hp=555ccc667ca9aa5ff43030eb5447a035ba224a9c;hb=7bc85345ad42b4b24478accec113804862650422;hpb=ced8983945e47999e128a468ee3cf2218a6288d8 diff --git a/polygon-luamesh.lua b/luamesh-polygon.lua similarity index 99% rename from polygon-luamesh.lua rename to luamesh-polygon.lua index 555ccc6..2c14268 100644 --- a/polygon-luamesh.lua +++ b/luamesh-polygon.lua @@ -70,7 +70,6 @@ function isInside(listPoints,p) -- If the point 'p' is colinear with line segment 'i-ip', -- then check if it lies on segment. If it lies, return true, -- otherwise false - print("coucou") if (orientation(listPoints[i], p, listPoints[ip]) == 0) then return onSegment(listPoints[i], p, listPoints[ip]) end