World: Extracted the collision reaction code into its own class. Made the collision...
commit2e2fd5e59ecddfe05d4cf9140325eca9a8001c7c
authorHanno Braun <hanno@habraun.net>
Mon, 23 Mar 2009 18:56:02 +0000 (23 19:56 +0100)
committerHanno Braun <hanno@habraun.net>
Mon, 23 Mar 2009 18:56:02 +0000 (23 19:56 +0100)
treeee1a0552b2d6edd6164f3684b621f2a67e8c9bbf
parent47a975bfe63ed7d509065c88f9673da5841a96d7
World: Extracted the collision reaction code into its own class. Made the collision reaction/constraint solving code in world pluggable.
src/net/habraun/sd/ConstraintSolver.scala [new file with mode: 0644]
src/net/habraun/sd/ImpulseSolver.scala [new file with mode: 0644]
src/net/habraun/sd/World.scala
test/net/habraun/sd/ImpulseSolverTest.scala [new file with mode: 0644]
test/net/habraun/sd/WorldTest.scala