38 auto it = points.begin();
41 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_LESS(a, b)