PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ BOX3D_contained_internal()

bool BOX3D_contained_internal ( BOX3D box1,
BOX3D box2 
)

Definition at line 625 of file lwgeom_box3d.c.

626 {
627  return BOX3D_contains_internal(box2, box1);
628 }
bool BOX3D_contains_internal(BOX3D *box1, BOX3D *box2)
needed for sp-gist support PostgreSQL 11+
Definition: lwgeom_box3d.c:606

References BOX3D_contains_internal().

Referenced by BOX3D_contained(), gserialized_contained_3d(), and gserialized_spgist_leaf_consistent_3d().

Here is the call graph for this function:
Here is the caller graph for this function: