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

TDPRPA - Given the parallelogram coordinates of a point, get the coordinates of its projection in the

Access

       To  use TDPRPA or c_tdprpa, 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_tdprpa(float xipa, float yipa, float *xi2d, float *yi2d)

Description

       The arguments of TDPRPA are as follows:

       XIPA and YIPA
               (input  expressions of type REAL) - the parallelogram coordinates of a point.  (The parallelogram
               is as defined by a prior call to TDPARA.)

       XI2D and YI2D
               (output variables of type REAL) -  the  coordinates  of  the  projection  of  the  point  in  the
               projection plane.

Name

       TDPRPA - Given the parallelogram coordinates of a point, get the coordinates of its projection in the
       projection plane.  This routine is essentially the inverse of the routine TDPRPI.

See Also

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

Synopsis

       CALL TDPRPA (XIPA, YIPA, XI2D, YI2D)

See Also