The following Matlab project contains the source code and Matlab examples used for separating axis theorem matlab implementation.
The Separating Axis Theorem (SAT) is used to check if two oriented bounding boxes intersect. This can be used in collision detection or checking for bounding box intersection in pattern recognition in image processing.
The following Visual Basic project contains the source code and Visual Basic examples used for elevator man; a game using bitblt and collision detection. Elevator Man advances to the top of a Building, avoiding elevators, lasers, and spikes.
The following Visual Basic project contains the source code and Visual Basic examples used for 3d mesh collision detection. This code detects if a point of movement comes in collision with any faces of a mesh.