improved passable

This commit is contained in:
2018-04-12 17:24:08 +02:00
parent 51dbd29285
commit dd2190910b
7 changed files with 94 additions and 57 deletions

View File

@@ -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