PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ pt_distance()

static double pt_distance ( double  ax,
double  ay,
double  bx,
double  by 
)
inlinestatic

Definition at line 388 of file gserialized_gist_2d.c.

389 {
390  return sqrt((ax - bx) * (ax - bx) + (ay - by) * (ay - by));
391 }

Referenced by box2df_distance().

Here is the caller graph for this function: