wfmath  1.0.3
A math library for the Worldforge system.
WFMath::_miniball::Miniball< d > Class Template Reference

Public Types

typedef Wrapped_array< d > Point
 
typedef std::list< Point >::iterator It
 
typedef std::list< Point >::const_iterator Cit
 

Public Member Functions

void check_in (const Point &p)
 
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
 

Detailed Description

template<int d>
class WFMath::_miniball::Miniball< d >

Definition at line 44 of file miniball.h.


The documentation for this class was generated from the following files: