We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1906f8 commit eaecd83Copy full SHA for eaecd83
src/lib.rs
@@ -94,8 +94,7 @@ mod real;
94
pub mod topology;
95
96
pub use crate::algorithms::*;
97
-pub use crate::geometry::BoundingBox;
98
-pub use crate::geometry::{Point2D, Point3D, PointND};
+pub use crate::geometry::{BoundingBox, Point2D, Point3D, PointND};
99
pub use crate::real::Real;
100
101
// Internal use
0 commit comments