Expand description
Minimum enclosing ball.
- Finds circumscribed n-ball of set of bounds, see
Enclosing::with_bounds()
. - Finds minimum n-ball enclosing set of points, see
Enclosing::enclosing_points()
.
§Roadmap
- Find minimum enclosing n-ball of n-balls.
- Find minimum-volume enclosing n-ellipsoid.
- Improve numerical stability and performance.
§Features
std
for spilling recursion stack over to the heap if necessary. Enabled bydefault
.
Re-exports§
pub use nalgebra;
Structs§
- Ball
- Ball over real field
T
of dimensionD
with center and radius squared.