Basic Shapes
Illustration Credit
BASIC SHAPES:
Name | Sides | Formula |
Pentagon | 5 | repeat 5[fd 50 rt 72] |
Hexagon | 6 | repeat 6[fd 80 lt 60] |
Octagon | 8 | repeat 8[fd 70 rt 45] |
Decagon | 10 | repeat 10[fd 100 lt 36] |
Star | 5 points | repeat 5[fd 30 rt 144] |
Assignment: You will more or less recreate the picture shown
above. Make sure that the shapes are more or less the same size and that
they are more or less spaced out evenly across the page in a single row.