Detects if two boxes have collided. The boxes can be any shape if needed.
Tests two boxes together. Returns true on collision.
Tests all shapes for each other.
Tests a single shape to every other on the list
See Implementation
Detects if two boxes have collided. The boxes can be any shape if needed.