In Processing, drawing shapes is key to the program. Otherwise, nothing would appear on the screen. This section will tell you how basic shapes are drawn.
line(float x1, float y1, float x2, float y2)
line(float x1, float y1, float z1, float x2, float y2, float z2)
ellipse(float x, float y, f...