| c_dspnt2d(3NCARG) | NCAR GRAPHICS | c_dspnt2d(3NCARG) |
c_dspnt2d - Interpolate at a single point (or points) in 2D in single precision
void c_dspnt2d(int, double [], double [], double [],
int, double [], double [], double *, int *);
void c_dspnt2d (int n, double x[], double y[], double z[],
int m, double xo[], double yo[], double zo, int *ier);
This function is called when you want to interpolate 2D data at an individual point or points.
To use c_dspnt2d, load the NCAR Graphics library ngmath.
dsgrid, dsgrid_params.
Complete documentation for Dsgrid is available at URL
http://ngwww.ucar.edu/ngdoc/ng/ngmath/dsgrid/dshome.html
Copyright (C) 2000
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
| September 1997-1998 | UNIX |