PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
pt_distance()
static double pt_distance
(
double
ax
,
double
ay
,
double
bx
,
double
by
)
inline
static
Definition at line
525
of file
gserialized_gist_2d.c
.
Referenced by
box2df_distance()
.
526
{
527
return
sqrt((ax - bx) * (ax - bx) + (ay - by) * (ay - by));
528
}
Here is the caller graph for this function:
postgis
gserialized_gist_2d.c
Generated by
1.8.13