Merge pull request #116 from Ogeon/master

Removed duplicate Aabb3 re-export
This commit is contained in:
Corey Richardson 2014-08-18 22:25:57 -04:00
commit eaba571886

View file

@ -67,7 +67,7 @@ pub use transform::{Decomposed, AffineMatrix3};
pub use projection::{perspective, frustum, ortho};
pub use projection::{Projection, PerspectiveFov, Perspective, Ortho};
pub use aabb::{Aabb, Aabb2, Aabb3, Aabb3};
pub use aabb::{Aabb, Aabb2, Aabb3};
pub use cylinder::Cylinder;
pub use frustum::{Frustum, FrustumPoints};
pub use intersect::Intersect;