PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ distance()

static double distance ( double  x1,
double  y1,
double  x2,
double  y2 
)
inlinestatic

Definition at line 1032 of file lwtree.c.

1033 {
1034  return sqrt(distance_sq(x1, y1, x2, y2));
1035 }
static double distance_sq(double x1, double y1, double x2, double y2)
Definition: lwtree.c:1024

References distance_sq().

Referenced by rect_node_min_distance(), and rect_tree_distance_tree().

Here is the call graph for this function:
Here is the caller graph for this function: