Navigation: Up, Table of Contents, Bibliography, Index, Title Page

CGAL::Bbox_3

#include <CGAL/Bbox_3.h>

Definition

An object b of the class Bbox_3 is a bounding box in the three-dimensional Euclidean space 3.

Creation

Bbox_3 b ( double x_min,
double y_min,
double z_min,
double x_max,
double y_max,
double z_max);
introduces a bounding box b with lexicographically smallest corner point at (xmin, ymin, zmin) lexicographically largest corner point at (xmax, ymax, zmax).

Operations

double b.xmin ()
double b.ymin ()
double b.zmin ()
double b.xmax ()
double b.ymax ()
double b.zmax ()

Bbox_3 b.operator+ ( c) returns a bounding box of b and c.

See Also

CGAL::Bbox_2
CGAL::do_overlap


Next: Aff_transformation_3<R>
Navigation: Up, Table of Contents, Bibliography, Index, Title Page
www.cgal.org. Aug 13, 2001.