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

◆ BOX3D_left_internal()

bool BOX3D_left_internal ( BOX3D box1,
BOX3D box2 
)

Definition at line 715 of file lwgeom_box3d.c.

716{
717 return box1->xmax < box2->xmin;
718}
double xmax
Definition liblwgeom.h:340
double xmin
Definition liblwgeom.h:339

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

Referenced by BOX3D_left(), and gserialized_spgist_leaf_consistent_3d().

Here is the caller graph for this function: