PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ overFront6D()

static bool overFront6D ( CubeBox3D cube_box,
BOX3D query 
)
static

Definition at line 347 of file gserialized_spgist_3d.c.

348 {
349  return (cube_box->right.zmax <= query->zmax);
350 }
double zmax
Definition: liblwgeom.h:281

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

Referenced by gserialized_spgist_inner_consistent_3d().

Here is the caller graph for this function: