|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
Nviz library – Exaggeration functions. More...
#include <grass/nviz.h>
Go to the source code of this file.
Functions | |
| int | Nviz_get_exag_height (double *val, double *min, double *max) |
| Get view height. | |
| double | Nviz_get_exag (void) |
| Get view z-exag value. | |
Nviz library – Exaggeration functions.
Based on visualization/nviz/src/exag.c
(C) 2008, 2010 by the GRASS Development Team This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file exag.c.
Get view z-exag value.
Call after initial data has been loaded
Definition at line 79 of file exag.c.
References G_debug(), G_free(), GS_get_exag_guess(), GS_get_surf_list(), and NULL.
Get view height.
Call after initial data has been loaded
| [out] | val | height value |
| [out] | min | min value (or NULL) |
| [out] | max | max value (or NULL) |
Definition at line 29 of file exag.c.
References G_debug(), G_free(), GS_get_exag_guess(), GS_get_longdim(), GS_get_surf_list(), GS_get_zrange_nz(), max, min, and NULL.