mirror of
https://github.com/hannobraun/Fornjot
synced 2025-07-15 22:46:08 +00:00
Refactor to prepare for follow-on change
This commit is contained in:
parent
67e85aadfb
commit
55cf57ba8d
@ -119,10 +119,12 @@ impl SweepHalfEdge for Handle<HalfEdge> {
|
||||
.zip_ext(vertices)
|
||||
.zip_ext(curves)
|
||||
.map(|((((boundary, start), end), start_vertex), curve)| {
|
||||
let boundary = CurveBoundary { inner: boundary };
|
||||
|
||||
let half_edge = {
|
||||
let line_segment = HalfEdge::line_segment(
|
||||
[start, end],
|
||||
Some(CurveBoundary { inner: boundary }),
|
||||
Some(boundary),
|
||||
surface.clone(),
|
||||
core,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user