1TDPRPT(3NCARG) NCAR GRAPHICS TDPRPT(3NCARG)
2
3
4
6 TDPRPT - Given the coordinates of a point in 3-space, get the
7 coordinates of its projection in the projection plane.
8
10 CALL TDPRPT (UI3D, VI3D, WI3D, XI2D, YI2D)
11
13 #include <ncarg/ncargC.h>
14
15 void c_tdprpt(float ui3d, float vi3d, float wi3d, float *xi2d, float
16 *yi2d)
17
19 The arguments of TDPRPT are as follows:
20
21 UI3D, VI3D, and WI3D
22 (input expressions of type REAL) - the coordinates of a point
23 in 3-space.
24
25 XI2D and YI2D
26 (output variables of type REAL) - the coordinates of the
27 projection of the point in the projection plane.
28
30 The C-binding argument descriptions are the same as the FORTRAN
31 argument descriptions.
32
34 To use TDPRPT or c_tdprpt, load the NCAR Graphics libraries ncarg,
35 ncarg_gks, and ncarg_c, preferably in that order.
36
38 Online: tdclrs, tdctri, tddtri, tdgeti, tdgetr, tdgrds, tdgrid, tdgtrs,
39 tdinit, tditri, tdlbla, tdlbls, tdline, tdlnpa, tdmtri, tdotri, tdpack,
40 tdpack_params, tdpara, tdplch, tdprpa, tdprpi, tdseti, tdsetr, tdsort,
41 tdstri, tdstrs
42
44 Copyright (C) 1987-2009
45 University Corporation for Atmospheric Research
46 The use of this Software is governed by a License Agreement.
47
48
49
50UNIX July 1997 TDPRPT(3NCARG)