GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
prune.c File Reference
#include <stdio.h>
#include <grass/vector.h>
#include <math.h>
Include dependency graph for prune.c:

Go to the source code of this file.

Functions

int dig_prune (struct line_pnts *points, double thresh)
 

Function Documentation

◆ dig_prune()

int dig_prune ( struct line_pnts points,
double  thresh 
)

Definition at line 74 of file prune.c.

References cur_x, cur_y, line_pnts::n_points, t, line_pnts::x, and line_pnts::y.