X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=delaunay.git;a=blobdiff_plain;f=doc%2Fluamesh-doc.tex;fp=doc%2Fluamesh-doc.tex;h=e2e2bdfc4343f7c405d66ad5c8ca33686483d838;hp=9074e5f2a6e1aad47104885e53cff075a1c4a751;hb=fc5d330713640fd0b5ad351db12b7c4e3143fca6;hpb=8b4d19195c3a5346157172be57d3ac7c5b756220 diff --git a/doc/luamesh-doc.tex b/doc/luamesh-doc.tex index 9074e5f..e2e2bdf 100644 --- a/doc/luamesh-doc.tex +++ b/doc/luamesh-doc.tex @@ -632,7 +632,7 @@ xn yn \item[meshpoint = \meta{value} (default: P):] The letter(s) used to label the vertices of the triangulation. It is included in the math mode delimiters \Verb+$...$+. -\item[step = polyqon \textme{or} grid \textme{or} +\item[step = polygon \textme{or} grid \textme{or} points \textme{or} mesh (default):] To choose the step we want to draw, see the description above. \item[tikz (boolean, default:false):] By default, this boolean is set @@ -643,6 +643,10 @@ xn yn the scale at which the picture is drawn (the same for both axis). It must contain the unit of length (cm, pt, etc.). +\item[gridpoints = rect (default) \textme{or} perturb:] This option + allows to specify the mode of generation of the grid points. The + value \Verb+rect+ produces a simple rectangular grid, and the value + \Verb+pertub+ randomly perturbs the rectangular grid. \end{optionsenum} Here is an example of customizing the drawing. @@ -654,7 +658,8 @@ Here is an example of customizing the drawing. colorPolygon=red!120, scale=4cm, step=mesh, - print=points] + print=points, + gridpoints=perturb] {(0,0);(1,0);(1,0.5);(0,0.5);(-0.20,0.35);(-0.25,0.25);(-0.20,0.15)} \end{Exemple}