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

◆ BOX3D_overfront_internal()

bool BOX3D_overfront_internal ( BOX3D box1,
BOX3D box2 
)

Definition at line 833 of file lwgeom_box3d.c.

834{
835 return box1->zmax <= box2->zmax;
836}
double zmax
Definition liblwgeom.h:340

References BOX3D::zmax.

Referenced by BOX3D_overfront(), and gserialized_spgist_leaf_consistent_3d().

Here is the caller graph for this function: