improved passable
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
// double v = force / worm.getMass() * Worm.FORCE_TIME;
|
||||
// double newLocX = worm.getLocation().item1 + Math.pow(v, 2) * Math.sin(2 * orient) / Worm.G;
|
||||
// worm.jump();
|
||||
// assertEquals(Coordinate.create(newLocX, worm.getLocation().getCoordinateY()), worm.getLocation());
|
||||
// assertEquals(Coordinate.create(newLocX, worm.getLocation().getY()), worm.getLocation());
|
||||
// }
|
||||
// }
|
||||
// @Test
|
||||
|
Reference in New Issue
Block a user