From 51439f6946e3c533807411d037ae6f2c16c79dcb Mon Sep 17 00:00:00 2001 From: opelly27 Date: Sat, 4 Sep 2021 19:36:43 -0700 Subject: [PATCH] . --- Body.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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(){