Circle collision is very different from box collision, since the rotation doesn’t matter. To check if two circles are colliding, you simple measure the distance between them, and compare that to their radii.
Because ball physics are comparable to billiards bouncing off each other, the physics are the same.
|