First adventures in the fantasy land of circle/box collision detection. The presented method is based on finding the angle between the shapes then following the circle / circle collision detection algorithm.
This article continues our endeavors in the circle/aabb collision detection world presenting an extremely fast ( if not the fastest ) method to detect them.