Collision detection on a rectangle, how to know which side was hit
I want to do a collision detection system for a rectangle to use some physics, so there will be a normal for each of the sides. How do I determine which side of the square was hit by the object. The other object would be a circle. Thank you.; ...