Remove transitionary re-exports

This commit is contained in:
Hanno Braun 2024-09-13 20:12:33 +02:00
parent 7addb43bf3
commit e5b37803e9

View File

@ -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 {