//! Trait implemented by the primitive algebraic types used by ncollide.
extern crate alga;
extern crate approx;
extern crate nalgebra as na;
extern crate num_traits as num;
extern crate rand;
pub use Point;
pub use Vector;
pub use Isometry;