mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 10:58:28 +00:00
Update imports
This commit is contained in:
parent
4735f46d6c
commit
e550baa078
@ -2,11 +2,11 @@ use std::{collections::BTreeMap, sync::Arc};
|
||||
|
||||
use fj_math::{Circle, Line, Point};
|
||||
|
||||
use crate::{
|
||||
algorithms::approx::CircleApproxParams, storage::Handle, topology::Surface,
|
||||
};
|
||||
use crate::{storage::Handle, topology::Surface};
|
||||
|
||||
use super::{CurveBoundary, Path, Tolerance};
|
||||
use super::{
|
||||
curves::circle::CircleApproxParams, CurveBoundary, Path, Tolerance,
|
||||
};
|
||||
|
||||
/// The geometric definition of a curve
|
||||
#[derive(Clone, Debug, Default)]
|
||||
|
Loading…
Reference in New Issue
Block a user