bbox 0.14.0

Managing axis aligned 3d Bounding Boxes.
Documentation
[dependencies.approx]
version = "0.5.0"

[dependencies.nalgebra]
version = "0.31.2"

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

[dependencies.simba]
version = "0.7.2"

[features]
mint = ["nalgebra/mint"]

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

[package]
authors = ["Henning Meyer <tutmann@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Managing axis aligned 3d Bounding Boxes."
edition = "2021"
keywords = ["boundingbox", "3d", "csg", "union", "intersection"]
license = "MIT"
name = "bbox"
readme = "README.md"
repository = "https://github.com/hmeyer/bbox"
version = "0.14.0"