Added vnf to synopses

This commit is contained in:
Richard Milewski
2023-03-27 23:56:04 -07:00
parent 6a234b31c5
commit 62b425628d
4 changed files with 33 additions and 37 deletions

View File

@@ -1080,7 +1080,7 @@ module trapezoid(h, w1, w2, ang, shift, chamfer=0, rounding=0, flip=false, ancho
// Function&Module: star()
// Synopsis: Creates a star-shaped polygon with N points.
// Synopsis: Creates a star-shaped polygon or returns a star-shaped region.
// Topics: Shapes (2D), Paths (2D), Path Generators, Attachable
// See Also: circle(), ellipse(), regular_ngon()
//