1GSEL_NORM_TRAN(3NCARG) NCAR GRAPHICS GSEL_NORM_TRAN(3NCARG)
2
3
4
6 gsel_norm_tran (Select normalization transformation) - selects a prede‐
7 fined or user-defined transformation that maps world coordinates to
8 normalized device coordinates.
9
11 #include <ncarg/gks.h>
12
13 void gsel_norm_tran(Gint tran_num);
14
16 tran_num (Input) - A normalization transformation number. The number
17 of available transformations is implementation specific. In
18 the case of NCAR GKS-0A, two normalization transformations
19 are provided:
20
21
22 0 Selects the identity transformation in which both
23 the window and viewport have the range of 0. to 1.
24 in both coordinate directions. This is the default.
25
26
27 1 Selects a normalization transformation in which the
28 window and viewport have been defined by calls to
29 gset_win and gset_vp.
30
32 When a normalization transformation is selected, all world coordinate
33 arguments to GKS functions are transformed by it.
34
36 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
37 libraries.
38
40 Online: set(3NCARG), gset_win(3NCARG), gset_vp(3NCARG),
41 ginq_clip(3NCARG), gks(3NCARG), ncarg_gks_cbind(3NCARG)
42
43 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
44 mentals, UNIX Version
45
47 Copyright (C) 1987-2009
48 University Corporation for Atmospheric Research
49 The use of this Software is governed by a License Agreement.
50
51
52
53UNIX March 1993 GSEL_NORM_TRAN(3NCARG)