auburn 0.1.4

Fast and simple physics library.
Documentation
1
2
3
4
5
6
7
use super::*;

mod ball3d;
mod box3d;
mod point3d;

pub use box3d::*;