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

TDLINE - Given the coordinates of two points in 3-space, draw the projection of the line joining them.

Access

       To  use TDLINE or c_tdline, 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_tdline(float ucp1, float vcp1, float wcp1, float ucp2, float vcp2, float wcp2)

Description

       The arguments of TDLINE are as follows:

       UCP1, VCP1, and WCP1
               (input expressions of type REAL) - the coordinates of a point in 3-space.

       UCP2, VCP2, and WCP2
               (input expressions of type REAL) - the coordinates of another point in 3-space.

Name

       TDLINE - Given the coordinates of two points in 3-space, draw the projection of the line joining them.

See Also

       Online: tdclrs, tdctri, tddtri, tdgeti, tdgetr, tdgrds, tdgrid, tdgtrs, tdinit, tditri,  tdlbla,  tdlbls,
       tdlnpa,  tdmtri,  tdotri,  tdpack, tdpack_params, tdpara, tdplch, tdprpa, tdprpi, tdprpt, tdseti, tdsetr,
       tdsort, tdstri, tdstrs

Synopsis

       CALL TDLINE (UCP1, VCP1, WCP1, UCP2, VCP2, WCP2)

See Also