This commit is contained in:
2021-09-04 19:36:43 -07:00
parent 80184da62d
commit 51439f6946
+7 -1
View File
@@ -93,8 +93,14 @@ public class Body {
this.fy = netYForce; this.fy = netYForce;
} }
public void updateVelocity(){ public void updateVelocity(double timeslice){
// TODO: Implament updateVelocity // TODO: Implament updateVelocity
}
public void updatePosition(double timeslice){
// TODO: Implament updatePosition
} }
public double getXpos(){ public double getXpos(){