Navigation:
Up
,
Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
,
Acknowledging CGAL
CGAL::do_overlap
#include <CGAL/Bbox_2.h>
bool
do_overlap (
Bbox_2
bb1,
Bbox_2
bb2)
returns
true
iff
bb1
and
bb2
overlap, i.e., iff their intersection is non-empty.
#include <CGAL/Bbox_3.h>
bool
do_overlap (
Bbox_3
bb1,
Bbox_3
bb2)
returns
true
iff
bb1
and
bb2
overlap, i.e., iff their intersection is non-empty.
Next:
enum_cast
Navigation:
Up
,
Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
,
Acknowledging CGAL
CGAL Open Source Project
. Release 3.3.1. 25 August 2007.