I am searching for an algorithm which can shows line and arc intersected or not.
For line I have start and end point and for arc I have start, end and center point. I also have start and end angle of an ARC. Bold Text Here

I found one link which can shows the intersection between line and circle http://stackoverflow.com/questions/13053061/circle-line-intersection-points but in my case I have line and arc. Even I also have another question what is best way to calculate the intersection between two ARC?

Any suggestion?

Start with the two circles which contain the arcs. Where do they intersect? If they do, then see if the point(s) is(are) on one of the arcs.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.