🦋 Translates the origin of the drawing context.
translation along the x-axis
translation along the y-axis
q5.draw = function () { background(0.8); translate(50, 50); circle(0, 0, 80);}; Copy
q5.draw = function () { background(0.8); translate(50, 50); circle(0, 0, 80);};
🦋 Translates the origin of the drawing context.