#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. | ||
|
| Test for inequality. | ||
|
| Returns 3. | ||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
Returns xmin() if i==0 or ymin() if i==1
or zmin() if i==2.
| ||
|
|
Returns xmax() if i==0 or ymax() if i==1
or zmax() if i==2.
| ||
|
| returns a bounding box of b and c. |