TDLNPA(3NCARG) | NCAR GRAPHICS | TDLNPA(3NCARG) |
TDLNPA - Given the coordinates of two points in the reference parallelogram, draw the projection of the line joining them.
CALL TDLNPA (XCP1, YCP1, XCP2, YCP2)
#include <ncarg/ncargC.h>
void c_tdlnpa(float xcp1, float ycp1, float xcp2, float ycp2)
The arguments of TDLNPA are as follows:
The C-binding argument descriptions are the same as the FORTRAN argument descriptions.
To use TDLNPA or c_tdlnpa, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
Online: tdclrs, tdctri, tddtri, tdgeti, tdgetr, tdgrds, tdgrid, tdgtrs, tdinit, tditri, tdlbla, tdlbls, tdline, tdmtri, tdotri, tdpack, tdpack_params, tdpara, tdplch, tdprpa, tdprpi, tdprpt, tdseti, tdsetr, tdsort, tdstri, tdstrs
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
July 1997 | UNIX |