mirror of
https://github.com/hannobraun/Fornjot
synced 2025-11-21 23:12:06 +00:00
Update argument name
This commit is contained in:
parent
77cba2b04a
commit
7fc1d406eb
@ -65,7 +65,7 @@ impl Cycle {
|
||||
let mut sum = Scalar::ZERO;
|
||||
|
||||
for (a, b) in self.half_edges().pairs() {
|
||||
let [a, b] = [a, b].map(|edge| edge.start_position());
|
||||
let [a, b] = [a, b].map(|half_edge| half_edge.start_position());
|
||||
|
||||
sum += (b.u - a.u) * (b.v + a.v);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user