Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Displacement#distance
: Use a naive hypot impl
`std::hypot` is much slower than a naive implementation. It has the advantage of extra precision but we don't need that at all.
- Loading branch information