This commit is contained in:
Olivier Devillers 2013-12-05 09:19:46 +01:00
parent c05c0a556f
commit 0eb0367883
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ Generate a grid inside a square bounding the selection.
<li><b> Points in a square:</b> <li><b> Points in a square:</b>
Generate random points inside a square bounding the selection. Generate random points inside a square bounding the selection.
<li><b> Points on a convex hull:</b> <li><b> Points on a convex hull:</b>
Generate a random points inside a square bounding the selection and Generate a random convex polygon of given size inside a square bounding the selection and
draw their convex hull. draw their convex hull.
<li><b> Polygon:</b> <li><b> Polygon:</b>
Generate a random simple polygon inside a square bounding the selection. Generate a random simple polygon inside a square bounding the selection.