PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ pt_distance()

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

Definition at line 581 of file gserialized_gist_2d.c.

582 {
583  return sqrt((ax - bx) * (ax - bx) + (ay - by) * (ay - by));
584 }

Referenced by box2df_distance().

Here is the caller graph for this function: