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.
As you can see in the above image I have draw an arc and line where as both are intersected. How to calculate that intersected or not?
I found one link which can shows the intersection between line and circle 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?