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

GSSGT (Set segment transformation) - Associates a segment transformation with a named segment.

Access

       To use GKS routines, load the NCAR GKS-0A library ncarg_gks.

C-Binding Synopsis

       #include <ncarg/gks.h>

       void gset_seg_tran(Gint seg_name, const Gtran_matrix tran_matrix);

Description

       SGNA        (Integer, Input) - A segment name as used in a previous GCRSG call.

       M           (Real,  Input)  - A 2x3 array giving the GKS segment transformation to be associated with the
                   segment specified in SGNA.

Name

       GSSGT (Set segment transformation) - Associates a segment transformation with a named segment.

See Also

       Online: gactm, gevtm, gclsg, gcrsg, gcsgwk, gdsg, gqopsg, gqsgus., gset_seg_tran

       Hardcopy: "User's Guide for NCAR GKS-0A Graphics"

Synopsis

       CALL GSSGT(SGNA,M)

Usage

       When the segment named in SGNA is displayed, the coordinates of its primitives  are  transformed  by  the
       matrix specified in M.

See Also