Contact: Contacts are now represented by two different contact objects, each viewing...
commit8171c0d041cd8533156b058c5c9b92c880294b4b
authorHanno Braun <hanno@habraun.net>
Thu, 12 Mar 2009 15:48:34 +0000 (12 16:48 +0100)
committerHanno Braun <hanno@habraun.net>
Thu, 12 Mar 2009 15:48:34 +0000 (12 16:48 +0100)
tree2c5743b6d3477192c32dca2f17aea5ee7e0f4574
parent0cc3ba8a47fe7b946fd148c622b88b639b35ad00
Contact: Contacts are now represented by two different contact objects, each viewing the contact from the point of view of one of the bodies.
src/net/habraun/sd/Collision.scala
src/net/habraun/sd/Contact.scala
src/net/habraun/sd/SimpleNarrowPhase.scala
src/net/habraun/sd/World.scala
test/net/habraun/sd/CollisionTest.scala
test/net/habraun/sd/ContactTest.scala
test/net/habraun/sd/SimpleNarrowPhaseTest.scala
test/net/habraun/sd/WorldTest.scala