|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
|
#include <grass/gis.h>
Go to the source code of this file.
Macros | |
| #define | ZERO(x) x<tolerance && x> - tolerance |
| #define | TOLERANCE 1.0e-10 |
Functions | |
| void | G_set_distance_to_line_tolerance (double t) |
| double | G_distance2_point_to_line (double x, double y, double x1, double y1, double x2, double y2) |
| #define TOLERANCE 1.0e-10 |
Definition at line 5 of file gis/line_dist.c.
| #define ZERO | ( | x | ) | x<tolerance && x> - tolerance |
Definition at line 4 of file gis/line_dist.c.
Definition at line 15 of file gis/line_dist.c.