Skip to content

Commit eaecd83

Browse files
Public export of BoundingBox
Renamed from Aabb
1 parent e1906f8 commit eaecd83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ mod real;
9494
pub mod topology;
9595

9696
pub use crate::algorithms::*;
97-
pub use crate::geometry::BoundingBox;
98-
pub use crate::geometry::{Point2D, Point3D, PointND};
97+
pub use crate::geometry::{BoundingBox, Point2D, Point3D, PointND};
9998
pub use crate::real::Real;
10099

101100
// Internal use

0 commit comments

Comments
 (0)