GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
GIS Library - Planimetric polygon area calculation routines. More...
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
double | G_planimetric_polygon_area (const double *x, const double *y, int n) |
Calculates planimetric polygon area. More... | |
GIS Library - Planimetric polygon area calculation routines.
(C) 2001-2009 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 area_poly2.c.
double G_planimetric_polygon_area | ( | const double * | x, |
const double * | y, | ||
int | n | ||
) |
Calculates planimetric polygon area.
x | array of x values |
y | array of y values |
n | number of x,y pairs |
Definition at line 25 of file area_poly2.c.
Referenced by G_area_of_polygon().