1GSSGT(3NCARG) NCAR GRAPHICS GSSGT(3NCARG)
2
3
4
6 GSSGT (Set segment transformation) - Associates a segment transforma‐
7 tion with a named segment.
8
10 CALL GSSGT(SGNA,M)
11
13 #include <ncarg/gks.h>
14
15 void gset_seg_tran(Gint seg_name, const Gtran_matrix tran_matrix);
16
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
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
31 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
32
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-2009
41 University Corporation for Atmospheric Research
42 The use of this Software is governed by a License Agreement.
43
44
45
46UNIX March 1993 GSSGT(3NCARG)