1GSET_SEG_TRAN(3NCARG) NCAR GRAPHICS GSET_SEG_TRAN(3NCARG)
2
3
4
6 gset_seg_tran (Set segment transformation) - Associates a segment
7 transformation with a named segment.
8
10 #include <ncarg/gks.h>
11
12 void gset_seg_tran(Gint seg_name, const Gtran_matrix tran_matrix);
13
15 seg_name (Input) A segment name as used in a previous gcreate_seg
16 call.
17
18 tran_matrix (Gfloat, Input) - A 2x3 array giving the GKS segment trans‐
19 formation to be associated with the segment specified in
20 seg_name.
21
23 When the segment named in seg_name is displayed, the coordinates of its
24 primitives are transformed by the matrix specified in tran_matrix.
25
26
28 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
29 libraries.
30
32 Online: gaccum_tran_matrix(3NCARG), geval_tran_matrix(3NCARG),
33 gclose_seg(3NCARG), gcreate_seg(3NCARG), gcopy_seg_ws(3NCARG),
34 gdel_seg(3NCARG), ginq_name_open_seg(3NCARG),
35 ginq_set_seg_names(3NCARG), gks(3NCARG), ncarg_gks_cbind(3NCARG)
36
37 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
38 mentals, UNIX Version
39
41 Copyright (C) 1987-2007
42 University Corporation for Atmospheric Research
43
44 This documentation is free software; you can redistribute it and/or
45 modify it under the terms of the GNU General Public License as pub‐
46 lished by the Free Software Foundation; either version 2 of the
47 License, or (at your option) any later version.
48
49 This software is distributed in the hope that it will be useful, but
50 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
51 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
52 Public License for more details.
53
54 You should have received a copy of the GNU General Public License along
55 with this software; if not, write to the Free Software Foundation,
56 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
57
58
59
60UNIX March 1993 GSET_SEG_TRAN(3NCARG)