logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TDLNPA - Given the coordinates of two points in the reference parallelogram, draw the projection of the

Access

       To  use TDLNPA or c_tdlnpa, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in
       that order.

C-Binding Description

       The C-binding argument descriptions are the same as the FORTRAN argument descriptions.

C-Binding Synopsis

       #include <ncarg/ncargC.h>

       void c_tdlnpa(float xcp1, float ycp1, float xcp2, float ycp2)

Description

       The arguments of TDLNPA are as follows:

       XCP1 and YCP1
               (input  expressions  of  type  REAL)  - the parallelogram coordinates of a point in the reference
               parallelogram (as defined by the last call to TDPARA).

       XCP2 and YCP2
               (input expressions of type REAL)  -  the  parallelogram  coordinates  of  another  point  in  the
               reference parallelogram.

Name

       TDLNPA - Given the coordinates of two points in the reference parallelogram, draw the projection of the
       line joining them.

See Also

       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

Synopsis

       CALL TDLNPA (XCP1, YCP1, XCP2, YCP2)

See Also