PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ overBelow6D()

static bool overBelow6D ( CubeBox3D cube_box,
BOX3D query 
)
static

Definition at line 319 of file gserialized_spgist_3d.c.

320 {
321  return (cube_box->right.ymax <= query->ymax);
322 }
double ymax
Definition: liblwgeom.h:281

References CubeBox3D::right, and BOX3D::ymax.

Referenced by gserialized_spgist_inner_consistent_3d().

Here is the caller graph for this function: