PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ overlap4D()

static bool overlap4D ( RectBox rect_box,
BOX2DF *  query 
)
static

Definition at line 213 of file gserialized_spgist_2d.c.

214 {
215  return (rect_box->left.xmin <= query->xmax && rect_box->right.xmax >= query->xmin) &&
216  (rect_box->left.ymin <= query->ymax && rect_box->right.ymax >= query->ymin);
217 }

References RectBox::left, and RectBox::right.

Referenced by gserialized_spgist_inner_consistent_2d().

Here is the caller graph for this function: