Skip to content

Commit bde56de

Browse files
Public export of BoundingBox
Renamed from Aabb
1 parent d3e4cd1 commit bde56de

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
@@ -100,8 +100,7 @@ pub mod topology;
100100
mod work_share;
101101

102102
pub use crate::algorithms::*;
103-
pub use crate::geometry::BoundingBox;
104-
pub use crate::geometry::{Point2D, Point3D, PointND};
103+
pub use crate::geometry::{BoundingBox, Point2D, Point3D, PointND};
105104
pub use crate::real::Real;
106105

107106
// Internal use

0 commit comments

Comments
 (0)