Tagged Questions
1
vote
1answer
68 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 ...
0
votes
1answer
168 views
Friction + Bouncing of an Object against an Elastic Wall
I am trying to create the formula for applying a bouncing effect to an element which is already slowing down by friction.
At the moment I have an element which moves in one dimension at speed "S" and ...
0
votes
1answer
29 views
How much energy should I give into each particle in this equation:
I am trying to recreate the results of an article (membrane simulation) and I have the following line:
Both particles have the same soft radius,
$U_{rep} (r)/\epsilon = \text{exp}\left\{ -20 ...