ncollide_entities 0.4.1

2 and 3-dimensional collision detection library in Rust: module describing the geometric entities and their mathematical definitions.
Documentation
[package]
name    = "ncollide_entities"
version = "0.4.1"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]

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

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

[dependencies]
rustc-serialize = "0.3.*"
num = "0.1.*"
nalgebra = "0.6.*"
ncollide_math = { path = "../ncollide_math", version = "0.2.*" }
ncollide_utils = { path = "../ncollide_utils", version = "0.2.*" }