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.
views:
152answers:
2
+1
A:
This has nothing to do with DirectX really, or even C#. It's just geometry. See this page for the appropriate formula and reasoning.
Jon Skeet
2010-01-22 10:53:44
Huh, same link here :)
Anton Gogolev
2010-01-22 10:55:03
DirectX does provide vector and matrix types (among many other) and methods to operate on them so perhaps the person setting the 'homework' wanted the 'class' to concentrate on the algorithm rather than the implementation of basic types.
Skizz
2010-01-22 11:41:00
+2
A:
Are you sure you need DirectX here? This is purely mathematical problem. See this:
Anton Gogolev
2010-01-22 10:54:11