1GSSGT(3NCARG)                    NCAR GRAPHICS                   GSSGT(3NCARG)
2
3
4

NAME

6       GSSGT  (Set  segment transformation) - Associates a segment transforma‐
7       tion with a named segment.
8

SYNOPSIS

10       CALL GSSGT(SGNA,M)
11

C-BINDING SYNOPSIS

13       #include <ncarg/gks.h>
14
15       void gset_seg_tran(Gint seg_name, const Gtran_matrix tran_matrix);
16

DESCRIPTION

18       SGNA        (Integer, Input) - A segment name as  used  in  a  previous
19                   GCRSG call.
20
21       M           (Real,  Input)  - A 2x3 array giving the GKS segment trans‐
22                   formation to be associated with the  segment  specified  in
23                   SGNA.
24

USAGE

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

ACCESS

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

SEE ALSO

34       Online: gactm, gevtm, gclsg,  gcrsg,  gcsgwk,  gdsg,  gqopsg,  gqsgus.,
35       gset_seg_tran
36
37       Hardcopy: "User's Guide for NCAR GKS-0A Graphics"
38
40       Copyright (C) 1987-2007
41       University Corporation for Atmospheric Research
42
43       This  documentation  is  free  software; you can redistribute it and/or
44       modify it under the terms of the GNU General  Public  License  as  pub‐
45       lished  by  the  Free  Software  Foundation;  either  version  2 of the
46       License, or (at your option) any later version.
47
48       This software is distributed in the hope that it will  be  useful,  but
49       WITHOUT  ANY  WARRANTY;  without  even  the  implied  warranty  of MER‐
50       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  General
51       Public License for more details.
52
53       You should have received a copy of the GNU General Public License along
54       with this software; if not, write  to  the  Free  Software  Foundation,
55       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
56
57
58
59UNIX                              March 1993                     GSSGT(3NCARG)
Impressum