PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ overBack6D()

static bool overBack6D ( CubeBox3D cube_box,
BOX3D query 
)
static

Definition at line 361 of file gserialized_spgist_3d.c.

362{
363 return (cube_box->left.zmin >= query->zmin);
364}
double zmin
Definition liblwgeom.h:339

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

Referenced by gserialized_spgist_inner_consistent_3d().

Here is the caller graph for this function: