I'm trying to start a sketch where circles are drawn, always touching.
I'm having trouble with the math. For example, I want a circle in the middle, and each time the program is run another circle is drawn touching the first circle. I don't want to just change the x value or the y value, so i'm thinking i have to specify the angle or something.
Can anyone help get me started?
1