#include <geometry.h>
Public Member Functions | |
| Box3d () | |
| Box3d (const Point3d &pmin, const Point3d &pmax) | |
| void | combine (const Box3d &b) |
| bool | outside (const Box3d &b) const |
Public Attributes | |
| Point3d | max |
| Point3d | min |
| bool | ok |
| geoff_geometry::Box3d::Box3d | ( | ) |
References max, min, ok, geoff_geometry::Point3d::x, geoff_geometry::Point3d::y, and geoff_geometry::Point3d::z.
| void geoff_geometry::Box3d::combine | ( | const Box3d & | b | ) |
References max, min, geoff_geometry::Point3d::x, geoff_geometry::Point3d::y, and geoff_geometry::Point3d::z.
References max, min, geoff_geometry::Point3d::x, geoff_geometry::Point3d::y, and geoff_geometry::Point3d::z.
Referenced by geoff_geometry::Intof().