Geogram Version 1.9.6-rc
A programming library of geometric algorithms
|
Public Member Functions | |
bool | intersect (const BBox &b) const |
bool | contains (const vec3 &v) const |
bool | is_null () const |
void | add (const BBox &b) |
void | add (const vec3 &P) |
void | dilate (double eps) |
vec3 | bary () const |
Public Attributes | |
vec3 | min |
vec3 | max |
Definition at line 55 of file intersect_tools.h.
|
inline |
Definition at line 56 of file intersect_tools.h.
|
inline |
Definition at line 66 of file intersect_tools.h.
vec3 GEO::BBox::max |
Definition at line 73 of file intersect_tools.h.
vec3 GEO::BBox::min |
Definition at line 72 of file intersect_tools.h.