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

TDPRPI - Given a point in the projection plane, retrieve the parallelogram coordinates of that point in

Access

       To  use TDPRPI or c_tdprpi, 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_tdprpi(float xi2d, float yi2d, float *xipa, float *yipa)

Description

       The arguments of TDPRPI are as follows:

       XI2D and YI2D
               (input expressions of type REAL) - the coordinates of a point in the projection plane.

       XIPA and YIPA
               (output  variables  of  type REAL) - the parallelogram coordinates of that point in the reference
               parallelogram that projects into (XI2D,YI2D).  (The parallelogram is as defined by a  prior  call
               to TDPARA.)

Name

       TDPRPI - Given a point in the projection plane, retrieve the parallelogram coordinates of that point in
       the reference parallelogram (as defined by the last call to TDPARA) that projects into it.  This routine
       is essentially the inverse of the routine TDPRPA.

See Also

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

Synopsis

       CALL TDPRPI (XI2D, YI2D, XIPA, YIPA)

See Also