mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 18:08:26 +00:00
Remove transitionary re-exports
This commit is contained in:
parent
7addb43bf3
commit
e5b37803e9
@ -22,10 +22,9 @@ use curve::CurveApproxCache;
|
||||
use fj_math::Point;
|
||||
use vertex::VertexApproxCache;
|
||||
|
||||
use crate::geometry::Geometry;
|
||||
use crate::geometry::{Geometry, Tolerance};
|
||||
|
||||
pub use self::circle::PathApproxParams;
|
||||
pub use crate::geometry::{InvalidTolerance, Tolerance};
|
||||
|
||||
/// Approximate an object
|
||||
pub trait Approx: Sized {
|
||||
|
Loading…
Reference in New Issue
Block a user