GRASS Programmer's Manual
6.4.1(2011)
|
#include <stdio.h>
#include <grass/Vect.h>
#include <math.h>
Go to the source code of this file.
Functions | |
int | dig_prune (struct line_pnts *points, double thresh) |
int dig_prune | ( | struct line_pnts * | points, |
double | thresh | ||
) |
Definition at line 74 of file prune.c.
Referenced by Vect_line_prune_thresh().