lat, lon = gcxgc (lat1, lon1, az1, lat2, lon2, az2) ¶lat, lon = gcxgc (lat1, lon1, az1, lat2, lon2, az2, angleUnit) ¶lat, lon, idl = gcxgc (…) ¶latlon = gcxgc (…) ¶Determines the intersection points between two great circles.
Input:
Output:
The shape of the output depends on the number of requested outputs.
Example:
lat1 = 51.8853;
lon1 = 0.2545;
az1 = 108.55;
lat2 = 49.0034;
lon2 = 2.5735;
az2 = 32.44;
[newlat, newlon] = gcxgc (lat1, lon1, az1, lat2, lon2, az2)
newlat =
50.908 -50.908
newlon =
4.5086 -175.4914
Package: mapping