mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-27 10:29:28 +00:00
Refactor to prepare for follow-on change
This commit is contained in:
parent
9be74da4fa
commit
e032ab1bc7
@ -88,9 +88,11 @@ pub trait BuildShell {
|
||||
.zip_ext([[a, b], [b, c], [c, a]])
|
||||
.zip_ext(curves_and_boundaries)
|
||||
.map(|((vertex, positions), (curve, boundary))| {
|
||||
let boundary = boundary.reverse();
|
||||
|
||||
let half_edge = HalfEdge::line_segment(
|
||||
positions,
|
||||
Some(boundary.reverse()),
|
||||
Some(boundary),
|
||||
surface.clone(),
|
||||
core,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user