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

◆ left6D()

static bool left6D ( CubeBox3D cube_box,
BOX3D query 
)
static

Definition at line 284 of file gserialized_spgist_3d.c.

285{
286 return (cube_box->right.xmax < query->xmin);
287}
double xmax
Definition liblwgeom.h:340
double xmin
Definition liblwgeom.h:339

References CubeBox3D::right, BOX3D::xmax, and BOX3D::xmin.

Referenced by gserialized_spgist_inner_consistent_3d().

Here is the caller graph for this function: