mirror of
https://github.com/hannobraun/Fornjot
synced 2025-07-15 06:26:05 +00:00
Prepare for follow-on change
This commit is contained in:
parent
ccb276ed9e
commit
2220295b16
@ -59,7 +59,10 @@ fn half_edges_to_points(face: &Face, target: &mut Vec<TriangulationPoint>) {
|
||||
|HalfEdgeWithEndVertex {
|
||||
half_edge,
|
||||
end_vertex: _,
|
||||
}| half_edge.start.point,
|
||||
}| {
|
||||
let start = &half_edge.start;
|
||||
start.point
|
||||
},
|
||||
)
|
||||
.map(|point_global| {
|
||||
// Here, we project a 3D point (from the vertex) into the face's
|
||||
|
Loading…
x
Reference in New Issue
Block a user