PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ right6D()

static bool right6D ( CubeBox3D cube_box,
BOX3D query 
)
static

Definition at line 298 of file gserialized_spgist_3d.c.

299 {
300  return (cube_box->left.xmin > query->xmax);
301 }
double xmax
Definition: liblwgeom.h:281
double xmin
Definition: liblwgeom.h:280

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

Referenced by gserialized_spgist_inner_consistent_3d().

Here is the caller graph for this function: