| Geogram Version 1.9.7
    A programming library of geometric algorithms | 
Axis-aligned bounding box. More...
#include <geogram/basic/geometry.h>
| Public Member Functions | |
| bool | contains (const vec2 &b) const | 
| Tests whether a box contains a point. | |
| Public Attributes | |
| double | xy_min [2] | 
| double | xy_max [2] | 
Axis-aligned bounding box.
Definition at line 752 of file geometry.h.
| 
 | inline | 
Tests whether a box contains a point.
| [in] | b | the point | 
b, false otherwise Definition at line 762 of file geometry.h.
| double GEO::Box2d::xy_max[2] | 
Definition at line 755 of file geometry.h.
| double GEO::Box2d::xy_min[2] | 
Definition at line 754 of file geometry.h.