mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-28 10:05:52 +00:00
Improve wording in comment
This commit is contained in:
parent
a02f31cb11
commit
521f1ab550
@ -27,7 +27,7 @@ impl Arc {
|
||||
let p0 = p0.into();
|
||||
let p1 = p1.into();
|
||||
|
||||
// This is an implementation of this solution:
|
||||
// This is an adaptation of this:
|
||||
// https://math.stackexchange.com/a/87374
|
||||
|
||||
let distance_between_endpoints = (p1 - p0).magnitude();
|
||||
|
Loading…
Reference in New Issue
Block a user