Determines the intersection points between a great circle and a small circle.
Input:
Outputs:
The pair of circles has two distinct intersection points.
The circles have identical axis, so are either coinciding or don’t have any intersection points.
The pair of circles have just one common intersection point (tangent).
The pair of circles are disjoint, have no intersection points.
Example
[newlat, newlon] = gcxsc (60, 25, 20, 55, 25, 2.5) newlat = 53.806 57.286 newlon = 21.226 23.182
See also: gc2sc, gcxgc, scxsc.
Package: mapping