Expand description

Minimum enclosing ball.

NOTE: This crate requires nightly Rust.

Roadmap

  • Implement Enclosing for Ellipsoid structure.
  • Implement approximation algorithm as part of ApproxEnclosing trait.
  • Implement finding minimum enclosing ball of balls.

Re-exports

pub use nalgebra;

Structs

Ball over real field R of dimension D with center and radius squared.

Traits

Minimum double-ended queue interface.

Minimum enclosing ball.