xenobrain / ruby_vectormath

The Unlicense
20 stars 3 forks source link

Fix the `#distance` and `#distance_sq` methods #3

Closed leviongit closed 1 year ago

leviongit commented 1 year ago

These methods returned the difference of magnitudes of the two vectors instead of the distance between points.