mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-10 12:58:28 +00:00
Prepare for follow-on change
This commit is contained in:
parent
859ddb7ccd
commit
c425454dd6
@ -85,7 +85,12 @@ fn build_single_connecting_face(
|
||||
|
||||
let surface = Handle::new(Surface {
|
||||
geometry: Box::new(Plane::from_points(
|
||||
[a, b, d].map(|vertex| vertex.point),
|
||||
[
|
||||
&bottom.half_edge.start,
|
||||
bottom.end_vertex,
|
||||
&top.half_edge.start,
|
||||
]
|
||||
.map(|vertex| vertex.point),
|
||||
)),
|
||||
});
|
||||
let half_edges = [a, b, c, d].map(|vertex| {
|
||||
|
Loading…
Reference in New Issue
Block a user