#include <math.h>
#include <grass/Vect.h>
Go to the source code of this file.
Defines | |
#define | HUGE_VAL 9999999999999.0 |
Functions | |
int | dig_get_poly_points (int n_lines, struct line_pnts **LPoints, int *direction, struct line_pnts *BPoints) |
int | dig_find_area_poly (struct line_pnts *Points, double *totalarea) |
#define HUGE_VAL 9999999999999.0 |
int dig_find_area_poly | ( | struct line_pnts * | Points, | |
double * | totalarea | |||
) |
int dig_get_poly_points | ( | int | n_lines, | |
struct line_pnts ** | LPoints, | |||
int * | direction, | |||
struct line_pnts * | BPoints | |||
) |