ncollide2d-updated 0.38.0

2 and 3-dimensional collision detection library in Rust. Will be superseded by the parry2d crate.
Documentation
1
2
3
4
5
6
#[macro_use]
extern crate approx;
extern crate nalgebra as na;

mod geometry;
mod pipeline;