GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
#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 18 of file rst/interp_float/distance.c.