Agenda

Geometric Art

Transformations

translate, rotate and scale are common transformations.

translate(x,y) will move what we draw relative to the canvas. Everything that is drawn after the translate will be drawn in a new position.

Note that if you have more than one translate within the draw function, each translate works on top of the changes of the prior translate.