doc fixes

This commit is contained in:
Adrian Mariano 2021-11-06 20:26:08 -04:00
parent 640bd8a4c7
commit 97be7c3cd8

View file

@ -249,7 +249,7 @@ function is_region_simple(region, eps=EPSILON) =
// pentagram = turtle(["move",100,"left",144], repeat=4);
// region = make_region(pentagram);
// rainbow(region)stroke($item, width=1,closed=true);
// Examples(2D,NoAxes): Alternatively with the nonzero option you can get the perimeter:
// Example(2D,NoAxes): Alternatively with the nonzero option you can get the perimeter:
// pentagram = turtle(["move",100,"left",144], repeat=4);
// region = make_region(pentagram,nonzero=true);
// rainbow(region)stroke($item, width=1,closed=true);