c_csc2sd(3NCARG) | NCAR GRAPHICS | c_csc2sd(3NCARG) |
c_csc2sd - convert from Cartesian coordinates to lat/lon coordinates.
void c_csc2sd(int, double *, double *, double *, double *, double *);
c_csc2sd(n, x, y, z, rlat, rlon);
c_csc2sd is called to find the equivalent lat/lon coordinates to specified Cartesian coordinates on a unit sphere. The Cartesian coordinate (1.,0.,0.) is converted to lat/lon coordinate (0.,0.). Latitudes and longitudes are assumed to be in degrees. c_csc2sd is a double precision version of c_csc2s.
c_csc2sd does not return a value.
To use c_csc2sd, load the NCAR Graphics library ngmath.
css_overview, c_cssgrid, c_csc2s.
Complete documentation for Cssgrid is available at URL
http://ngwww.ucar.edu/ngdoc/ng/ngmath/cssgrid/csshome.html
Copyright (C) 2000
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
MAY 2000 | UNIX |