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-2009
42 University Corporation for Atmospheric Research
43 The use of this Software is governed by a License Agreement.
44
45
46
47UNIX March 1993 GSET_SEG_TRAN(3NCARG)