I two concentric circles on the screen and I want the circle on the inside to move around while the user drags their finger around the outside of the larger circle. This means that I have two point, center of the larger circle and the point at which the user touched. How do I calculate where the center of the smaller circle should be?
|
|
Ok, if you're drawing a persons eyes it is a completely different matter. If we start with the following values
Then do the following steps
If you have more than one eye, just repeat the steps for the other ones. I certainly hope you understand what I mean by this, if you don't just ask away. |
|||||||||
|
|
I don't really get what you're asking for, try being more specific. Where is the center of the inner circle supposed to be? Is it supposed to be at the midpoint between the outer circle's center and the point where the user touched? In that case it is pretty simple. Finding the middle of the line is pretty simple. If you have the coordinates (I'm ignoring your mention of concentric circles since it didn't seem like that was what you were looking for.) |
|||||
|