sat-js icon indicating copy to clipboard operation
sat-js copied to clipboard

feat(): test entire index

Open ShaMan123 opened this issue 2 months ago • 2 comments

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.

ShaMan123 avatar Oct 19 '25 07:10 ShaMan123