sat-js
sat-js copied to clipboard
feat(): test entire index
I was wondering if there is a performant way to test all collisions in the index instead of looping one by one against all remaining nodes (n! times) I am not familiar with SAT but I can imagine that if the entire index is iterated over in order to create the separating axis it should reduce overhead.