Lets say I have the locations (Lat/Lng) A,B and C. Locations A and B are the end points of a line. C is the center of the circle with Radius R. How can I know if Line A-B intersects with the circle (regardless of the number of points or intersections)? I just need to know if there is intersection or not
Thank you