Physics: Replaced the collision detection algorithm for circles and line segments...
commit38f3e7c4ce0f0759942d09296ab9b0639fc0ba28
authorHanno Braun <hanno@habraun.net>
Sat, 7 Mar 2009 14:21:25 +0000 (7 15:21 +0100)
committerHanno Braun <hanno@habraun.net>
Sat, 7 Mar 2009 14:21:25 +0000 (7 15:21 +0100)
tree1791148a4234520a46ebcf854cde09fa504e9aa8
parentd8529cb520e62a6573297b72900dddb871058ebf
Physics: Replaced the collision detection algorithm for circles and line segments with a new algorithm that does continious collision detection.
src/net/habraun/kong/physics/SimpleNarrowPhase.scala
test/net/habraun/kong/physics/SimpleNarrowPhaseTest.scala