Tagged Questions
5
votes
1answer
432 views
Why can you remove the gravitational constant from a computer game simulation?
I've seen in a few gravity simulation games (ie. bouncing balls) the equation:
force = G * m1 * m2 / distance^2
shortened to this by removing the gravitational ...