| c_dspnt2s(3NCARG) | NCAR GRAPHICS | c_dspnt2s(3NCARG) |
c_dspnt2s - Interpolate at a single point (or points) in 2D in single precision
void c_dspnt2s(int, float [], float [], float [],
int, float [], float [], float *, int *);
void c_dspnt2s (int n, float x[], float y[], float z[],
int m, float xo[], float yo[], float zo, int *ier);
This function is called when you want to interpolate 2D data at an individual point or points.
To use c_dspnt2s, 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 |