mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-12 20:28:08 +00:00
Refactor to prepare for follow-on change
This commit is contained in:
parent
2ac09330ce
commit
b0e6b676f5
@ -31,9 +31,8 @@ impl CurveGeom {
|
|||||||
path: SurfacePath,
|
path: SurfacePath,
|
||||||
surface: Handle<Surface>,
|
surface: Handle<Surface>,
|
||||||
) -> Self {
|
) -> Self {
|
||||||
Self {
|
let definitions = vec![LocalCurveGeom { path, surface }];
|
||||||
definitions: vec![LocalCurveGeom { path, surface }],
|
Self { definitions }
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user