Log In  


sat
by verdog
Cart #sat-0 | 2019-02-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


I tiny little demonstration of the SAT theorem being used for collision detection. Probably isn't perfect, probably is slow, and probably has bugs... but it appears to work at first glance, at least :)

1


I didn't know what the SAT was before this and I still don't understand it after looking it up, but I was immediately impressed when I noticed that the collision detection was accurate to the shapes!


SAT is a fancy mathy way to do collision detection... and yeah, the benefit of SAT is that it works reasonably fast for any convex polygon!



[Please log in to post a comment]