![]() |
Smallest enclosing ball of balls (miniball) |
Introduction This project provides code (currently C++ only) for finding the
miniball (i.e., the smallest enclosing ball) of a given set of balls
in d-dimensional Euclidean space. For d<10, the code
is very fast: the miniball of one million balls in 3D is computed in
less than a second on a modern PC. For d<20, it is still
reasonably fast; beyond that it might be slow. This implementation
is also very robust (not sensitive to degeneracies). The package
has been developed at | |
About the package The source compiles using popular compilers, including |
|
News and announcements We have finally decided (22th January 2003) to make this library
part of tar zxf CGAL-3.0.1.tar.gz The package is independent of CGAL in the sense that
it is possible to use it without having the whole
CGAL library installed. Refer to Feel free to subscribe to the miniball-announce mailing list on
the |
|
Contact, references, and further information In case you need any help, feel free to contact Further information on some agorithms for the Miniball-problem
can be found on |