Collision Detection Algorithms

Written May 20, 2023 • Last edited May 20, 2023


You can find our slides here.

Our semi-optimized Python implementation of 2D AABB trees (a data structure often found in this field) can be found within the slides or here.