ncollide_math 0.3.0

2 and 3-dimensional collision detection library in Rust: module describing the algebraic entities used by ncollide.
Documentation
[package]
name    = "ncollide_math"
version = "0.3.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]

description = "2 and 3-dimensional collision detection library in Rust: module describing the algebraic entities used by ncollide."
documentation = "http://ncollide.org/doc/ncollide_math"
homepage = "http://ncollide.org"
repository = "https://github.com/sebcrozet/ncollide"
keywords = [ "collision", "geometry", "distance", "ray", "convex" ]
license = "BSD-3-Clause"

[lib]
name = "ncollide_math"
path = "lib.rs"

[dependencies]
rustc-serialize = "0.3.*"
rand = "0.3.*"
num = "0.1.*"
nalgebra = "0.8.*"