Yonaba / Jumper

Fast, lightweight and easy-to-use pathfinding library for grid-based games
http://yonaba.github.io/Jumper
MIT License
607 stars 122 forks source link

Rename EUCLIDIAN to EUCLIDEAN. #49

Open StefansM opened 8 years ago

StefansM commented 8 years ago

I've renamed all reference to the "Euclidian" distance to the "Euclidean", which is a much more common spelling. I've kept the "EUCLIDIAN" heuristic as an alias to "EUCLIDEAN".

mokalux commented 8 months ago

I did it in my implementation too, thank you for this!