Tagged Questions
9
votes
4answers
738 views
Circle inside circle collision
In one of my projects I have a game area in the shape of a circle. Inside this circle another small circle is moving around. What I want to do is keep the small circle from moving outside the bigger ...
1
vote
1answer
287 views
How to handle circle penetration
I've been working on cirlce to circle collision and have gotten the intersection method working correctly, but I'm having problems using the returned values to actually seperate the circles from one ...