9293949596979899100101
a.set(0,0); } public void apply(Vector2D force){ Vector2D a_=new Vector2D(); a_.scale(1.0/mass,force); a.add(a_); } }