Examples
>
Stars & Regular Polygons
Stars
Creating a star is a lot like creating a circle, the only difference is that you also specify variables for its inner and outer radius.
Regular Polygons
Creating a regular-sided polygon is even easier… The major difference here is you specify the number of sides and the phase.
The phase
is it initial rotation of the shape… You can specify a value (in radians) if you want the shape’s points to start in a different position.
Example