mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-08 03:48:27 +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 fj_math::{Circle, Line, Point};
|
||||||
|
|
||||||
use crate::{
|
use crate::{storage::Handle, topology::Surface};
|
||||||
algorithms::approx::CircleApproxParams, storage::Handle, topology::Surface,
|
|
||||||
};
|
|
||||||
|
|
||||||
use super::{CurveBoundary, Path, Tolerance};
|
use super::{
|
||||||
|
curves::circle::CircleApproxParams, CurveBoundary, Path, Tolerance,
|
||||||
|
};
|
||||||
|
|
||||||
/// The geometric definition of a curve
|
/// The geometric definition of a curve
|
||||||
#[derive(Clone, Debug, Default)]
|
#[derive(Clone, Debug, Default)]
|
||||||
|
Loading…
Reference in New Issue
Block a user