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

◆ BOX3D_contained_internal()

bool BOX3D_contained_internal ( BOX3D box1,
BOX3D box2 
)

Definition at line 660 of file lwgeom_box3d.c.

661{
662 return BOX3D_contains_internal(box2, box1);
663}
bool BOX3D_contains_internal(BOX3D *box1, BOX3D *box2)
Needed for SP-GiST support.

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: