mirror of
https://github.com/opelly27/Java-N-Body-Simulation.git
synced 2026-05-20 01:37:36 +00:00
.
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user