PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ BOX3D_right_internal()

bool BOX3D_right_internal ( BOX3D box1,
BOX3D box2 
)

Definition at line 714 of file lwgeom_box3d.c.

715 {
716  return box1->xmin > box2->xmax;
717 }
double xmax
Definition: liblwgeom.h:355
double xmin
Definition: liblwgeom.h:354

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

Referenced by BOX3D_right(), and gserialized_spgist_leaf_consistent_3d().

Here is the caller graph for this function: