[lato, lono, radius] =
gc2sc (lati, loni, az) ¶[lato, lono] =
gc2sc (lati, loni, az, units) ¶mat =
gc2sc (lati, loni, az)
¶mat =
gc2sc (lati, loni, az, units)
¶Converts a great circle to small circle notation.
Input:
Output
Example
[lat, lon, radius] = gc2sc( 60, 25, 60) lat = -25.659 lon = 58.690 radius = 90
For the equator a 0 will be returned for the longitude.
[lat, lon, radius] = gc2sc (0, 45, 90) lat = -90 lon = 0 radius = 90
See also: gcxgc, gcxsc, scxsc.
Package: mapping