I want to visually join two circles that are overlapping so that

becomes

I already have methods for partial circles, but now I need to know how large the overlapping angle for earch circle is, and I don't know how to do that.
Anyone got an Idea?
|
HTH! Edit For two different radii:
Simplifying a little:
Edit If you want the angle viewed from the other circle center, just exchange R1 by R2 in the last equation. Here is a sample implementation in Mathematica:
And...
:) |
|||||||||||||||
|
|
Now this will work 100% for you even the figure is ellipse and any number of figures
|
|||||
|
|
Don't have the time to solve it right now. But I'll give you what you need to work it out: http://en.wikipedia.org/wiki/Triangle#The_sine.2C_cosine_and_tangent_rules In the picture on wikipedia you see the triangle A,B,C. Let A be the center of the left circle, B the center of the right circle. And AC the radius of the left circle and BC the radius of the right circle.
Then point C would be the top intersection point. The corner in A, α, is half the angle in the left circle.The corner in b, β, half the angle in the right circle. These are the angles you need, right? Wikipedia explains further: 'If the lengths of all three sides of any triangle are known the three angles can be calculated.' Pseudocode:
Good luck :) |
||||
|
|
Regionclass? Define aPathfor the edge? Draw them on aBitmap? I just don't know what "joining" circles means in terms of C#. What do all the tags except "math" mean on this question? – Ran Dec 16 '10 at 19:33