A fast 3D collision detection algorithm
OlympicMarmoto Wednesday, July 09, 2025I discovered this collision detection algorithm during COVID and finally got around to writing about it.
github repo: https://github.com/cairnc/sat_blog
Summary
The article discusses improvements to the Separating Axis Theorem (SAT) algorithm, which is used for collision detection in computer graphics. The author proposes optimizations to the SAT algorithm that can significantly improve its performance and accuracy in certain situations.
254
29
Summary
cairno.substack.com