PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ BOX3D_left_internal()

bool BOX3D_left_internal ( BOX3D box1,
BOX3D box2 
)

Definition at line 680 of file lwgeom_box3d.c.

681 {
682  return box1->xmax < box2->xmin;
683 }
double xmax
Definition: liblwgeom.h:355
double xmin
Definition: liblwgeom.h:354

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

Referenced by BOX3D_left(), and gserialized_spgist_leaf_consistent_3d().

Here is the caller graph for this function: