PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
pt_distance()
static double pt_distance
(
double
ax
,
double
ay
,
double
bx
,
double
by
)
inline
static
Definition at line
401
of file
gserialized_gist_2d.c
.
402
{
403
return
sqrt((ax - bx) * (ax - bx) + (ay - by) * (ay - by));
404
}
Referenced by
box2df_distance()
.
Here is the caller graph for this function:
postgis
gserialized_gist_2d.c
Generated by
1.9.1