Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
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. More... | |
Public Attributes | |
double | xyz_min [3] |
double | xyz_max [3] |
Axis-aligned bounding box.
Definition at line 669 of file geometry.h.
|
inline |
Tests whether a box contains a point.
[in] | b | the point |
b
, false otherwise Definition at line 679 of file geometry.h.