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

◆ overLeft6D()

static bool overLeft6D ( CubeBox3D cube_box,
BOX3D query 
)
static

Definition at line 291 of file gserialized_spgist_3d.c.

292{
293 return (cube_box->right.xmax <= query->xmax);
294}
double xmax
Definition liblwgeom.h:340

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

Referenced by gserialized_spgist_inner_consistent_3d().

Here is the caller graph for this function: