Geogram
Version 1.9.1-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.