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

◆ above6D()

static bool above6D ( CubeBox3D cube_box,
BOX3D query 
)
static

Definition at line 326 of file gserialized_spgist_3d.c.

327{
328 return (cube_box->left.ymin > query->ymax);
329}
double ymax
Definition liblwgeom.h:340
double ymin
Definition liblwgeom.h:339

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

Referenced by gserialized_spgist_inner_consistent_3d().

Here is the caller graph for this function: