PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ BOX3D_overback_internal()

bool BOX3D_overback_internal ( BOX3D box1,
BOX3D box2 
)

Definition at line 902 of file lwgeom_box3d.c.

903 {
904  return box1->zmin >= box2->zmin;
905 }
double zmin
Definition: liblwgeom.h:339

References BOX3D::zmin.

Referenced by BOX3D_overback(), and gserialized_spgist_leaf_consistent_3d().

Here is the caller graph for this function: