Removed duplicate Aabb3 re-export
This commit is contained in:
parent
62cbb44e1c
commit
cd5cdeacbf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue