mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-03 17:38:27 +00:00
Update name of variable
This commit is contained in:
parent
f4d7d19d77
commit
a089dde7bf
@ -22,13 +22,13 @@ impl Face {
|
||||
surface: Plane,
|
||||
vertices: impl IntoIterator<Item = Handle<Vertex>>,
|
||||
) -> Self {
|
||||
let vertices = vertices
|
||||
let half_edges = vertices
|
||||
.into_iter()
|
||||
.map(|vertex| Handle::new(HalfEdge::new(vertex)))
|
||||
.collect();
|
||||
Self {
|
||||
surface,
|
||||
half_edges: vertices,
|
||||
half_edges,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user