1GQCHUP(3NCARG) NCAR GRAPHICS GQCHUP(3NCARG)
2
3
4
6 GQCHUP (Inquire character up vector) - retrieves the current value of
7 the character up vector.
8
10 CALL GQCHUP (ERRIND, CHUX, CHUY)
11
13 #include <ncarg/gks.h>
14
15 void ginq_char_up_vec(Gint *err_ind, Gvec *char_up_vec);
16
18 ERRIND (Integer, Output) - If the inquired values cannot be
19 returned correctly, a non-zero error indicator is returned
20 in ERRIND, otherwise a zero is returned. Consult "User's
21 Guide for NCAR GKS-0A Graphics" for a description of the
22 meaning of the error indicators.
23
24 CHUX (Real, Output) - Gives the X world coordinate of a the up
25 vector.
26
27 CHUY (Real, Output) - Gives the Y world coordinate of a the up
28 vector.
29
31 The up vector is that vector formed by the two coordinate points
32 (0.,0.) and (CHUX,CHUY). See GSCHUP for more details on the meaning of
33 the character up vector.
34
36 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
37
39 Online: gtx, gstxp, gstxal, gstxfp, gschh, gschsp, gschup, gschxp,
40 gscr, gstxci, gqtxp, gqtxal, gqtxfp, gqchh, gqchsp, gqchxp, plotchar,
41 ginq_char_up_vec
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 GQCHUP(3NCARG)