1
vote
1answer
70 views

How to get the new direction of 2 disks colliding?

I'm developing a 2D game including collisions between many disks. I would like to know how I can get the angle corresponding to the new direction of each disk. For every disk I have this information ...
3
votes
1answer
368 views

Simple 2D Vehicle collision physics

I'm trying to create a simplified GTA 2 clone to learn. I'm onto vehicle collisions physics. The basic idea I would say is, To apply force F determined by vehicle A's position and velocity onto point ...