PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ BOX3D_front_internal()

bool BOX3D_front_internal ( BOX3D box1,
BOX3D box2 
)

Definition at line 816 of file lwgeom_box3d.c.

817 {
818  return box1->zmax < box2->zmin;
819 }
double zmin
Definition: liblwgeom.h:354
double zmax
Definition: liblwgeom.h:355

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

Referenced by BOX3D_front(), and gserialized_spgist_leaf_consistent_3d().

Here is the caller graph for this function: