World: Use an integrator to integrate the bodies. Extracted the integration code...
commit42f7bc8f5be46b59b6944d8d660558bb312e1e54
authorHanno Braun <hanno@habraun.net>
Mon, 23 Mar 2009 14:43:24 +0000 (23 15:43 +0100)
committerHanno Braun <hanno@habraun.net>
Mon, 23 Mar 2009 14:43:24 +0000 (23 15:43 +0100)
tree94bcc2cd6f9f1ba81d2197718c85c095dfdd6b40
parent059da60d7e056745e2e9ab998a1b2b240afe7a44
World: Use an integrator to integrate the bodies. Extracted the integration code into the new class EulerIntegrator.
src/net/habraun/sd/EulerIntegrator.scala [new file with mode: 0644]
src/net/habraun/sd/Integrator.scala [new file with mode: 0644]
src/net/habraun/sd/World.scala
test/net/habraun/sd/EulerIntegratorTest.scala [new file with mode: 0644]
test/net/habraun/sd/WorldTest.scala