Tagged Questions

4
votes
5answers
441 views

Angle that a moving ball will bounce off of an inert ball

Let there be two balls, one of which is moving about in the Cartesian coordinate plane, while the other is stationary and immobile. At some point, the moving ball collides with the inert ball. ...
3
votes
5answers
3k views

Bouncing Ball in Java

This is probably a really basic problem but I can't seem to find any other articles on it. Anyway, I have written a small bouncing ball program in Java to try and expand my basic skills. The program ...
0
votes
3answers
500 views

Java Bouncing Ball Game - Rolling Problem

I'm writing a bouncing ball game in Java for Android phones. Everything seems to work fine apart from a small problem with collisions and the coefficient of restitution. When a ball collides with a ...