|
wfmath
1.0.3
A math library for the Worldforge system.
|
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 |
Definition at line 51 of file miniball.h.