Table of Contents ▸ List of Commands ▸ Input / Output ▸ shape_polygon | ◀ shape_mosely | shape_rays ▶ |
shape_polygon
Arguments:
- _size>=0,_nb_vertices>=3,_angle
Description:
Input a 2D polygonal binary shape with specified geometry.Default values:
size=512, nb_vertices=5 and angle=0.
Example of use:
repeat 6 { shape_polygon 256,{3+$>} }