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

◆ BOX3D_overbelow_internal()

bool BOX3D_overbelow_internal ( BOX3D box1,
BOX3D box2 
)

Definition at line 800 of file lwgeom_box3d.c.

801{
802 return box1->ymax <= box2->ymax;
803}
double ymax
Definition liblwgeom.h:340

References BOX3D::ymax.

Referenced by BOX3D_overbelow(), and gserialized_spgist_leaf_consistent_3d().

Here is the caller graph for this function: