GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Vedit library - distance calculation. More...
#include <grass/vedit.h>
Go to the source code of this file.
Functions | |
double | Vedit_get_min_distance (struct line_pnts *Points1, struct line_pnts *Points2, int with_z, int *mindistidx) |
Calculate distances between two lines. More... | |
Vedit library - distance calculation.
(C) 2007-2008 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 vector/vedit/distance.c.
double Vedit_get_min_distance | ( | struct line_pnts * | Points1, |
struct line_pnts * | Points2, | ||
int | with_z, | ||
int * | mindistidx | ||
) |
Calculate distances between two lines.
Points1 | first line geometry | |
Points2 | second line geometry | |
[out] | index | of minimal distance |
Definition at line 27 of file vector/vedit/distance.c.
References G_debug(), and Vect_points_distance().