- Translation moves the co-ordinate system (grid or graph) by given value
- pushMatrix() is used to save the current co-ordinate system
- popMatrix() is used to go back to the previous co-ordinate system
- translate(60, 80);
- So how can we use it?