mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 09:58:27 +00:00
Update name of variable
This commit is contained in:
parent
a692daf053
commit
c1b5ee5de4
@ -69,8 +69,8 @@ impl Sketch {
|
||||
let a = start_to_end.magnitude() / 2.;
|
||||
let c = radius;
|
||||
|
||||
let distance_square = c * c - a * a;
|
||||
distance_square.sqrt()
|
||||
let b_squared = c * c - a * a;
|
||||
b_squared.sqrt()
|
||||
};
|
||||
|
||||
let center = midpoint
|
||||
|
Loading…
Reference in New Issue
Block a user