GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <stdio.h>
#include <math.h>
#include <unistd.h>
#include <grass/gis.h>
#include <grass/interpf.h>
Go to the source code of this file.
Functions | |
double | IL_dist_square (double *pt1, double *pt2, int dim) |
double IL_dist_square | ( | double * | pt1, |
double * | pt2, | ||
int | dim | ||
) |
Definition at line 19 of file rst/interp_float/distance.c.