PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ overAbove6D()

static bool overAbove6D ( CubeBox3D cube_box,
BOX3D query 
)
static

Definition at line 333 of file gserialized_spgist_3d.c.

334 {
335  return (cube_box->left.ymin >= query->ymin);
336 }
double ymin
Definition: liblwgeom.h:280

References CubeBox3D::left, and BOX3D::ymin.

Referenced by gserialized_spgist_inner_consistent_3d().

Here is the caller graph for this function: