The forces that were computed the last time that the updateForces() method was called.
updateForces()
Computes the potential energy of the gravitational interaction. U = -G m1 m2 / r, where r is the center-of-mass to center-of-mass separation of m1 and m2.
Computes the forces due to the gravitational interaction. F = G * m1 * m2 * direction(r2 - r1) / quadrance(r2 - r1)
Generated using TypeDoc
The forces that were computed the last time that the
updateForces()
method was called.