EZSRFC(3NCARG) | NCAR GRAPHICS | EZSRFC(3NCARG) |
EZSRFC - Draws a perspective picture of a function of two variables with hidden lines removed. The function is approximated by a two-dimensional array of heights. Use EZSRFC only if the entire array is to be drawn, the data points are equally spaced in the X-Y plane, there are no stereo pairs, and scaling is chosen internally.
CALL EZSRFC (Z,M,N,ANGH,ANGV,WORK)
#include <ncarg/ncargC.h>
void c_ezsrfc (float *z, int m, int n, float angh, float angv,
float *work)
The C-binding argument descriptions are the same as the FORTRAN argument descriptions, with the following exceptions:
Use the ncargex command to see the following relevant examples: fsrezsrf, tsrfac.
To use EZSRFC or c_ezsrfc, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
Online: surface, surface_params, pwrzs, setr, srface. ncarg_cbind.
Hardcopy: NCAR Graphics Fundamentals, UNIX Version
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
March 1993 | UNIX |