#include <CGAL/Bbox_3.h>
| |||
|
introduces a bounding box b with lexicographically
smallest corner point at (xmin, ymin, zmin)
lexicographically largest corner point at
(xmax, ymax, zmax).
| |||
|
|
| Test for equality: two bounding boxes are equal, if the lower left and the upper right corners are equal. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| returns a bounding box of b and c. |
|
|
| |