X-Git-Url: https://melusine.eu.org/syracuse/G/git/?a=blobdiff_plain;f=doc%2Fluamesh-doc.listing;h=6d412ad12ea422db504a5750525ebce23361250e;hb=93a6d2fd77327d5abb1ee4a8324e5d0f79f29927;hp=cf8777e1bb1027327568d06109eb3ade604077d9;hpb=1bf72352b6675afbd15109aa7491c4f0d3e1b8d4;p=delaunay.git diff --git a/doc/luamesh-doc.listing b/doc/luamesh-doc.listing index cf8777e..6d412ad 100644 --- a/doc/luamesh-doc.listing +++ b/doc/luamesh-doc.listing @@ -1,14 +1,26 @@ - \meshAddPointBW[ + \drawPointsMeshinc[ + tikz, + color = blue!50, + print = points, + meshpoint = x, + scale=0.8cm, + ]{(0.3,0.3);(1.5,1);(4,0);(4.5,2.5);(1.81,2.14);(2.5,0.5);(2.8,1.5)}% + {% code before + }% + {% code after + \node[color = blue!50] at (0,2) {Mesh $\mathbb{T}$} ; + } + \buildMeshBWinc[% tikz, - mode = ext, - color = blue!70, - meshpoint = \alpha, - newpoint = y, - colorBack=red!10, - colorNew = green!50!red, - colorCircle = blue, - colorBbox = black!20, bbox = show, - scale=1.4cm, - step=badtriangles] - {mesh.txt}{6} + color = red, + colorBbox = blue!30, + print = points, + meshpoint = x, + scale=0.8cm + ]{(0.3,0.3);(1.5,1);(4,0);(4.5,2.5);(1.81,2.14);(2.5,0.5);(2.8,1.5)}% + {% code before + } + {% code after + \draw[<->,thick, color=green] (MeshPoints3) -- (MeshPoints9); + }