PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ back6D()

static bool back6D ( CubeBox3D cube_box,
BOX3D query 
)
static

Definition at line 354 of file gserialized_spgist_3d.c.

355 {
356  return (cube_box->left.zmin > query->zmax);
357 }
double zmin
Definition: liblwgeom.h:280
double zmax
Definition: liblwgeom.h:281

References CubeBox3D::left, BOX3D::zmax, and BOX3D::zmin.

Referenced by gserialized_spgist_inner_consistent_3d().

Here is the caller graph for this function: