
graphic(s) [processing]: overview(s)
- init(s) -- void setup() { ... }, void draw() { ... }
- setting(s) -- stroke(), strokeWeight(), fill()
- method(s) -- line(), rect(), arc(), ellipse(), point(), quad(), triangle(), bezier()
- complex polygon(s) -- beginShape(), endShape(), vertex(x,y)
- canvas -- translate(), scale(), rotate()
- math(s) -- dist(), map(), constrain(), abs(), floor(), ceil(), random(), noise(), atan2() ... radians().