Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 224 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 224 Bytes

sat.cpp

Implementation of the Separating axis theorem in C++. Useful for convex collision detection.

Inspired by JuantAldea's repository.

Requires C++20 or above.