1NNPNTD(3NCARG) NCAR GRAPHICS NNPNTD(3NCARG)
2
3
4
6 NNPNTD- Interpolate at a single point in double precision
7
9 CALL NNPNTD (X, Y, Z)
10
12 X (Double precision, Input) - The X coordinate of the point
13 where interpolation is desired.
14
15 Y (Double precision, Input) - The Y coordinate of the point
16 where interpolation is desired.
17
18 Z (Double precision, Output) - The interpolated functional
19 value at the point (X,Y).
20
22 This subroutine is called when you want to interpolate at an individal
23 point. NNPNTINITD must be called prior to calling NNPNTD and NNPNTENDD
24 must be called to terminate single point mode.
25
27 To use NNPNTD, load the NCAR Graphics library ngmath.
28
30 natgrid, natgrid_params, natgridd, nnpntinitd, nnpntendd.
31
32 Complete documentation for Natgrid is available at URL
33 http://ngwww.ucar.edu/ngdoc/ng/ngmath/natgrid/nnhome.html
34
36 Copyright (C) 2000
37 University Corporation for Atmospheric Research
38
39 The use of this Software is governed by a License Agreement.
40
41
42
43UNIX March 1997-1998 NNPNTD(3NCARG)