C# – draw two circles which has intersect each other,from that i need to find that intersect point using c#

cgeometrymath

Draw two circles which has intersect each other, from that I need to find that intersect point using c# using directx. I need to find two points.

Best Answer

Are you sure you need DirectX here? This is purely mathematical problem. See this:

Intersection Of Two Circles
(source: uwa.edu.au)