First page Back Continue Last page Graphics
Segmented Lines
A list of vertex commands can tell the computer where to draw ...
beginShapes command:
- beginShapes(): used to create connected, complex forms
- tells the computer to connect lines between the following vertices
- note: add the noFill() command before using to draw only lines
endShapes command:
- endShapes(): tells the computer to stop connecting lines
Vertices between these commands will be connected to draw a segmented line.