diff --git a/Body.java b/Body.java index c42fae0..1068e6d 100644 --- a/Body.java +++ b/Body.java @@ -93,8 +93,14 @@ public class Body { this.fy = netYForce; } - public void updateVelocity(){ + public void updateVelocity(double timeslice){ // TODO: Implament updateVelocity + + } + + public void updatePosition(double timeslice){ + // TODO: Implament updatePosition + } public double getXpos(){