Concept
Separating Axis Theorem 0
The Separating Axis Theorem (SAT) is a fundamental principle in computational geometry used to determine if two convex shapes intersect by checking if there exists a line (axis) along which the projections of the shapes do not overlap. If such an axis exists, the shapes are disjoint; otherwise, they intersect, allowing for efficient collision detection in computer graphics and physics simulations.
Relevant Degrees