X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=delaunay.git;a=blobdiff_plain;f=test%2Fdelaunay.tex;h=44965e4ae60edfde068a83f76d1bfcb233825569;hp=18379424c323beb298858c2f16ad718444e64b16;hb=69d738f58952eaf2e69da5817f9c7ab8c81a68c1;hpb=d40b2486ba6be29e1e905d3b55dc7199af2abe8a diff --git a/test/delaunay.tex b/test/delaunay.tex index 1837942..44965e4 100644 --- a/test/delaunay.tex +++ b/test/delaunay.tex @@ -14,7 +14,7 @@ %\buildMeshBW[tikz, bbox = show]{(0,0);(3.5,3);(7,0);(7.5,5);(1.61,3.14);(3,1);(6,1.5)} -\buildMeshBW[mode=ext,bbox = show, color=red,colorBbox = blue]{mesh.txt} +\buildMeshBW[mode=ext,bbox = show, color=red,colorBbox = blue,print=dotpoints]{mesh.txt} \drawPointsMesh[mode=ext,bbox = show, color=red,print=points]{mesh.txt} @@ -91,7 +91,7 @@ endfig; \buildMeshBW[tikz,print=points, meshpoint = I, color=red]{(0,0);(3.5,3);(7,0);(7.5,5);(1.61,3.14);(3,1);(6,1.5)} -\buildMeshBW[tikz,mode=ext, color=red]{mesh.txt} +\buildMeshBW[tikz,mode=ext, color=red,print=dotpoints]{mesh.txt} \drawPointsMesh[tikz,mode=ext,bbox = show, color=red,print=points]{mesh.txt} @@ -175,6 +175,11 @@ colorBbox = black \meshPolygon[step=polygon,scale=3cm]{(0,0);(1,0);(1,0.5);(0.5,1);(-0.3,0.3)} \meshPolygon[step=grid,scale=3cm]{(0,0);(1,0);(1,0.5);(0.5,1);(-0.3,0.3)} -\meshPolygon[step=points,scale=3cm]{(0,0);(1,0);(1,0.5);(0.5,1);(-0.3,0.3)} +\meshPolygon[step=points,scale=3cm,print=points]{(0,0);(1,0);(1,0.5);(0.5,1);(-0.3,0.3)} \meshPolygon[step=mesh,scale=3cm,print=dotpoints]{(0,0);(1,0);(1,0.5);(0.5,1);(-0.3,0.3)} + +\meshPolygon[tikz,step=polygon,scale=3cm]{(0,0);(1,0);(1,0.5);(0.5,1);(-0.3,0.3)} +\meshPolygon[tikz,step=grid,scale=3cm]{(0,0);(1,0);(1,0.5);(0.5,1);(-0.3,0.3)} +\meshPolygon[tikz,step=points,scale=3cm,print=points]{(0,0);(1,0);(1,0.5);(0.5,1);(-0.3,0.3)} +\meshPolygon[tikz,step=mesh,scale=3cm,print=dotpoints]{(0,0);(1,0);(1,0.5);(0.5,1);(-0.3,0.3)} \end{document}