29 auto it = points.begin();
32 for(; it != points.end(); ++it)
expand( *it );
Point min_vertex_
minimal coordinates of bounding box
void expand(const Point &point)
static const double epsilon
stabilization parameter
Point max_vertex_
maximal coordinates of bounding box
#define ASSERT_LT(a, b)
Definition of comparative assert macro (Less Than)