miniball

Crates.iominiball
lib.rsminiball
version0.5.0
sourcesrc
created_at2022-05-05 14:32:13.461511
updated_at2024-04-13 07:44:56.987992
descriptionMinimum enclosing ball
homepage
repositoryhttps://github.com/qu1x/miniball
max_upload_size
id581040
size56,300
Rouven Spreckels (n3vu0r)

documentation

https://docs.rs/miniball

README

miniball

Minimum enclosing ball.

Build Documentation Downloads Version Rust License

  • Finds circumscribed n-ball of set of bounds.
  • Finds minimum n-ball enclosing set of 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 by default.

See the release history to keep track of the development.

License

Copyright © 2022-2024 Rouven Spreckels rs@qu1x.dev

Licensed under the terms of the MPL-2.0.

The MPL allows the integration of MPL-licensed code into proprietary codebases, as long as the MPL-licensed components remain accessible under the terms of the MPL.

Contribution

Unless you explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Covered Software by You shall be licensed as above, without any additional terms or conditions.

Commit count: 24

cargo fmt