Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
@hobovski Technically you can still square whatever it is that you need to compare with the actual distance, and compare that with the squared distance. Mathematically of course it makes no difference, but for sure taking squares is faster than taking squared roots.
Then whether this is important or not for the benchmarks it's a different story.