Removed duplicate Aabb3 re-export

This commit is contained in:
Erik Hedvall 2014-08-18 15:05:25 +02:00
parent 62cbb44e1c
commit cd5cdeacbf

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;