Graphite Version 3
An experimental 3D geometry processing program
|
Axis-aligned bounding box. More...
#include <geogram/basic/geometry.h>
Public Member Functions | |
bool | contains (const vec3 &b) const |
Tests whether a box contains a point. | |
Public Attributes | |
double | xyz_min [3] |
double | xyz_max [3] |
Axis-aligned bounding box.
Definition at line 689 of file geometry.h.
|
inline |
Tests whether a box contains a point.
[in] | b | the point |
b
, false otherwise Definition at line 699 of file geometry.h.
double GEO::Box::xyz_max[3] |
Definition at line 692 of file geometry.h.
double GEO::Box::xyz_min[3] |
Definition at line 691 of file geometry.h.