mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-08 11:58:27 +00:00
Prepare for follow-on change
This commit is contained in:
parent
475fc027ba
commit
f8da810858
@ -78,9 +78,9 @@ impl VerticesFromSegments {
|
||||
|
||||
let vertices = segments
|
||||
.iter()
|
||||
.map(SketchSegment::start)
|
||||
.copied()
|
||||
.map(|point_local| {
|
||||
.map(|segment| {
|
||||
let point_local = *segment.start();
|
||||
let point_global =
|
||||
surface.geometry.point_from_local(point_local);
|
||||
let vertex = Handle::new(Vertex::new(point_global));
|
||||
|
Loading…
Reference in New Issue
Block a user