mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-09 20:38:30 +00:00
Refactor to simplify
This commit is contained in:
parent
ee8bfe4c7c
commit
4abb422653
@ -41,9 +41,7 @@ pub trait BuildHalfEdge {
|
||||
|
||||
core.layers.geometry.define_half_edge(
|
||||
half_edge.clone(),
|
||||
HalfEdgeGeometry {
|
||||
path: core.layers.geometry.of_half_edge(sibling).path,
|
||||
},
|
||||
core.layers.geometry.of_half_edge(sibling),
|
||||
);
|
||||
|
||||
half_edge
|
||||
|
Loading…
Reference in New Issue
Block a user