1c_nnpnts(3NCARG)                 NCAR GRAPHICS                c_nnpnts(3NCARG)
2
3
4

NAME

6       c_nnpnts - interpolate at a single point
7

FUNCTION PROTOTYPE

9       void c_nnpnts(float, float, float *);
10

SYNOPSIS

12       void c_nnpntinits (x, y, z);
13

DESCRIPTION

15       x           The X coordinate of the point where interpolation is
16                   desired.
17
18       y           The Y coordinate of the point where interpolation is
19                   desired.
20
21       z           *z is the interpolated functional value at the point (X,Y).
22

USAGE

24       This function is invoked when you want to interpolate at an individal
25       point.  c_nnpntinits must be called prior to calling c_nnpnts.
26       c_nnpntend must be called to terminate single point mode.
27

ACCESS

29       To use c_nnpnts, load the NCAR Graphics library ngmath.
30

SEE ALSO

32       natgrid, natgrid_params, c_natgrids, c_nnpntinits, c_nnpntend.
33
34       Complete documentation for Natgrid is available at URL
35       http://ngwww.ucar.edu/ngdoc/ng/ngmath/natgrid/nnhome.html
36
38       Copyright (C) 2000
39       University Corporation for Atmospheric Research
40
41       The use of this Software is governed by a License Agreement.
42
43
44
45UNIX                            March 1997-1998               c_nnpnts(3NCARG)
Impressum