1Surface(3NCARG)                  NCAR GRAPHICS                 Surface(3NCARG)
2
3
4

NAME

6       Surface - A utility for drawing perspective picture of a function of
7       two variables with hidden lines removed.
8

SYNOPSIS

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

C-BINDING SYNOPSIS

30       c_ezsrfc
31       c_pwrzs
32       c_setr
33       c_srface
34

ACCESS

36       To use Surface routines, load the NCAR Graphics libraries ncarg,
37       ncarg_gks, and ncarg_c, preferably in that order.
38

SEE ALSO

40       Online: surface_params, ezsrfc, pwrzs, setr, srface.  ncarg_cbind.
41
42       Hardcopy: NCAR Graphics Fundamentals, UNIX Version
43
45       Copyright (C) 1987-2007
46       University Corporation for Atmospheric Research
47
48       This documentation is free software; you can redistribute it and/or
49       modify it under the terms of the GNU General Public License as
50       published by the Free Software Foundation; either version 2 of the
51       License, or (at your option) any later version.
52
53       This software is distributed in the hope that it will be useful, but
54       WITHOUT ANY WARRANTY; without even the implied warranty of
55       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
56       General Public License for more details.
57
58       You should have received a copy of the GNU General Public License along
59       with this software; if not, write to the Free Software Foundation,
60       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
61
62
63
64UNIX                              March 1993                   Surface(3NCARG)
Impressum