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

◆ BOX3D_overright_internal()

bool BOX3D_overright_internal ( BOX3D box1,
BOX3D box2 
)

Definition at line 766 of file lwgeom_box3d.c.

767{
768 return box1->xmin >= box2->xmin;
769}
double xmin
Definition liblwgeom.h:339

References BOX3D::xmin.

Referenced by BOX3D_overright(), and gserialized_spgist_leaf_consistent_3d().

Here is the caller graph for this function: