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

◆ BOX3D_overabove_internal()

bool BOX3D_overabove_internal ( BOX3D box1,
BOX3D box2 
)

Definition at line 834 of file lwgeom_box3d.c.

835{
836 return box1->ymin >= box2->ymin;
837}
double ymin
Definition liblwgeom.h:339

References BOX3D::ymin.

Referenced by BOX3D_overabove(), and gserialized_spgist_leaf_consistent_3d().

Here is the caller graph for this function: