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

◆ BOX3D_back_internal()

bool BOX3D_back_internal ( BOX3D box1,
BOX3D box2 
)

Definition at line 885 of file lwgeom_box3d.c.

886{
887 return box1->zmin > box2->zmax;
888}
double zmin
Definition liblwgeom.h:339
double zmax
Definition liblwgeom.h:340

References BOX3D::zmax, and BOX3D::zmin.

Referenced by BOX3D_back(), and gserialized_spgist_leaf_consistent_3d().

Here is the caller graph for this function: