PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ BOX3D_overleft_internal()

bool BOX3D_overleft_internal ( BOX3D box1,
BOX3D box2 
)

Definition at line 697 of file lwgeom_box3d.c.

698 {
699  return box1->xmax <= box2->xmax;
700 }
double xmax
Definition: liblwgeom.h:340

References BOX3D::xmax.

Referenced by BOX3D_overleft(), and gserialized_spgist_leaf_consistent_3d().

Here is the caller graph for this function: