Fizzy @fizzyfuzz.com · Nov 20

In the example below, I was able to calculate the green circle's X and Y coordinates, given that I had the x and y coordinates for the red and blue circles, as well as the radii of all three circles. My only issue is that this gives an absolute value offset, and doesn't account for direction well.

1 likes 1 replies

?

Replies

Fizzy · Nov 20

For example, I can just as validly get this position for the green circle. I'm not yet sure how to account for that. I need to do more math.