PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ BOX3D_above_internal()

bool BOX3D_above_internal ( BOX3D box1,
BOX3D box2 
)

Definition at line 782 of file lwgeom_box3d.c.

783 {
784  return box1->ymin > box2->ymax;
785 }
double ymax
Definition: liblwgeom.h:340
double ymin
Definition: liblwgeom.h:339

References BOX3D::ymax, and BOX3D::ymin.

Referenced by BOX3D_above(), and gserialized_spgist_leaf_consistent_3d().

Here is the caller graph for this function: