public class Body extends Object
Body(Vector r, Vector v, double mass)
void
draw()
Vector
forceFrom(Body b)
move(Vector f, double dt)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Body(Vector r, Vector v, double mass)
public void move(Vector f, double dt)
public Vector forceFrom(Body b)
public void draw()
Copyright © 2014. All Rights Reserved.