PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ below6D()

static bool below6D ( CubeBox3D cube_box,
BOX3D query 
)
static

Definition at line 312 of file gserialized_spgist_3d.c.

313 {
314  return (cube_box->right.ymax < query->ymin);
315 }
double ymax
Definition: liblwgeom.h:281
double ymin
Definition: liblwgeom.h:280

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

Referenced by gserialized_spgist_inner_consistent_3d().

Here is the caller graph for this function: