Tagged Questions
3
votes
2answers
414 views
How do I find the points of intersection between a small circle and a great circle?
I only actually need to intersect a great circle arc i.e. the shortest path between two points, with a given small circle.
I found this tutorial for intersecting two great circle arcs, but ...