mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-28 19:09:25 +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([[a, b], [b, c], [c, a]])
|
||||||
.zip_ext(curves_and_boundaries)
|
.zip_ext(curves_and_boundaries)
|
||||||
.map(|((vertex, positions), (curve, boundary))| {
|
.map(|((vertex, positions), (curve, boundary))| {
|
||||||
|
let boundary = boundary.reverse();
|
||||||
|
|
||||||
let half_edge = HalfEdge::line_segment(
|
let half_edge = HalfEdge::line_segment(
|
||||||
positions,
|
positions,
|
||||||
Some(boundary.reverse()),
|
Some(boundary),
|
||||||
surface.clone(),
|
surface.clone(),
|
||||||
core,
|
core,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user