bbox 0.11.2

Managing axis aligned 3d Bounding Boxes.
Documentation
[badges.codecov]
branch = "master"
repository = "hmeyer/bbox"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "hmeyer/bbox"
[dependencies.alga]
version = "0.9"

[dependencies.approx]
version = "0.3"

[dependencies.nalgebra]
features = ["alga"]
version = "0.22"

[dependencies.num-traits]
version = "0.2"

[lib]
name = "bbox"
path = "src/lib.rs"

[package]
authors = ["Henning Meyer <tutmann@gmail.com>"]
description = "Managing axis aligned 3d Bounding Boxes."
edition = "2018"
keywords = ["boundingbox", "3d", "csg", "union", "intersection"]
license = "Apache-2.0 OR MIT"
name = "bbox"
readme = "README.md"
repository = "https://github.com/hmeyer/bbox"
version = "0.11.2"