CGAL 5.1 - 2D and 3D Linear Geometry Kernel

bool do_overlap (const Bbox_2 &bb1, const Bbox_2 &bb2)
 returns true iff bb1 and bb2 overlap, i.e., iff their intersection is non-empty. More...
 
bool do_overlap (const Bbox_3 &bb1, const Bbox_3 &bb2)
 returns true iff bb1 and bb2 overlap, i.e., iff their intersection is non-empty. More...
 

Function Documentation

◆ do_overlap() [1/2]

bool do_overlap ( const Bbox_2 bb1,
const Bbox_2 bb2 
)
related

returns true iff bb1 and bb2 overlap, i.e., iff their intersection is non-empty.

◆ do_overlap() [2/2]

bool do_overlap ( const Bbox_3 bb1,
const Bbox_3 bb2 
)
related

returns true iff bb1 and bb2 overlap, i.e., iff their intersection is non-empty.