aabb3 0.1.0

3d axis aligned bounding box functions
Documentation
[package]
name = "aabb3"
version = "0.1.0"
authors = ["nathanfaucett <nathanfaucett@gmail.com>"]

keywords = ["aabb3"]
description = "3d axis aligned bounding box functions"
license = "MIT"
readme = "README.md"
repository = "https://gitlab.com/nathanfaucett/rs-aabb3.git"
homepage = "https://gitlab.com/nathanfaucett/rs-aabb3"

[dependencies]
number_traits = { version = "0.1" }
vec3 = { version = "0.1" }