Séparation en trois fichiers lua, et fonction d'ajout de points d'une grille à l...
[delaunay.git] / luamesh-polygon.lua
similarity index 99%
rename from polygon-luamesh.lua
rename to luamesh-polygon.lua
index 555ccc6..2c14268 100644 (file)
@@ -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

Licence Creative Commons Les fichiers de Syracuse sont mis à disposition (sauf mention contraire) selon les termes de la
Licence Creative Commons Attribution - Pas d’Utilisation Commerciale - Partage dans les Mêmes Conditions 4.0 International.