Public Types | |
typedef Math::BasicVector< double, N > | Point |
typedef list< Point >::iterator | It |
typedef list< Point >::const_iterator | Cit |
Public Member Functions | |
MinimalBoundingBall () | |
void | check_in (const Point &) |
void | build (bool pivoting=true) |
Point | center () const |
double | squared_radius () const |
int | nr_points () const |
Cit | points_begin () const |
Cit | points_end () const |
int | nr_support_points () const |
Cit | support_points_begin () const |
Cit | support_points_end () const |
double | accuracy (double &slack) const |
bool | is_valid (double tolerance=1e-15) const |
Classes | |
class | Basis |
Definition at line 63 of file miniball.H.