1Surface(3NCARG) NCAR GRAPHICS Surface(3NCARG)
2
3
4
6 Surface - A utility for drawing perspective picture of a function of
7 two variables with hidden lines removed.
8
10 EZSRFC - Draws a perspective picture of a function of two variables
11 with hidden lines removed. The function is approximated by a two-
12 dimensional array of heights. Use EZSRFC only if the entire array is to
13 be drawn, the data points are equally spaced in the X-Y plane, there
14 are no stereo pairs, and scaling is chosen internally.
15
16 PWRZS - A character-plotting routine for plotting characters in three-
17 space when using SRFACE.
18
19 SETR - Establishes certain constants so that SRFACE produces a picture
20 whose size changes with respect to the viewer's distance from the
21 object. It can also be used when making a movie of an object evolving
22 in time to keep it positioned properly on the screen, saving computer
23 time in the bargin. Call it with r0 negative to turn off this feature.
24
25 SRFACE - Draws a perspective picture of a function of two variables
26 with hidden lines removed. The function is approximated by a two-
27 dimensional array of heights.
28
30 c_ezsrfc
31 c_pwrzs
32 c_setr
33 c_srface
34
36 To use Surface routines, load the NCAR Graphics libraries ncarg,
37 ncarg_gks, and ncarg_c, preferably in that order.
38
40 Online: surface_params, ezsrfc, pwrzs, setr, srface. ncarg_cbind.
41
42 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
43
45 Copyright (C) 1987-2009
46 University Corporation for Atmospheric Research
47 The use of this Software is governed by a License Agreement.
48
49
50
51UNIX March 1993 Surface(3NCARG)