mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 02:48:27 +00:00
Remove redundant call
This commit is contained in:
parent
2162af6238
commit
41b745b46a
@ -40,9 +40,7 @@ impl SplitEdge for Shell {
|
|||||||
.get_sibling_of(half_edge)
|
.get_sibling_of(half_edge)
|
||||||
.expect("Expected half-edge and its sibling to be part of shell");
|
.expect("Expected half-edge and its sibling to be part of shell");
|
||||||
|
|
||||||
let [half_edge_a, half_edge_b] = half_edge
|
let [half_edge_a, half_edge_b] = half_edge.split_half_edge(point, core);
|
||||||
.split_half_edge(point, core)
|
|
||||||
.map(|half_edge_part| half_edge_part);
|
|
||||||
|
|
||||||
let siblings = {
|
let siblings = {
|
||||||
let [sibling_a, sibling_b] = sibling.split_half_edge(point, core);
|
let [sibling_a, sibling_b] = sibling.split_half_edge(point, core);
|
||||||
|
Loading…
Reference in New Issue
Block a user