mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-11 05:18:26 +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(
|
core.layers.geometry.define_half_edge(
|
||||||
half_edge.clone(),
|
half_edge.clone(),
|
||||||
HalfEdgeGeometry {
|
core.layers.geometry.of_half_edge(sibling),
|
||||||
path: core.layers.geometry.of_half_edge(sibling).path,
|
|
||||||
},
|
|
||||||
);
|
);
|
||||||
|
|
||||||
half_edge
|
half_edge
|
||||||
|
Loading…
Reference in New Issue
Block a user