PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ box2df_edge()

static float box2df_edge ( const BOX2DF *  a)
static

Definition at line 220 of file gserialized_gist_2d.c.

Referenced by box2df_union_edge(), and gserialized_gist_penalty_2d().

221 {
222  if ( a == NULL )
223  return (float)0.0;
224 
225  return ((a->xmax) - (a->xmin)) + ((a->ymax) - (a->ymin));
226 }
Here is the caller graph for this function: