Physics: Added the class Contact which represents a contact point between two bodies...
commit6c42de744c56a5b59a5f4480b0fc703bb5c88705
authorHanno Braun <hanno@habraun.net>
Wed, 4 Mar 2009 13:42:57 +0000 (4 14:42 +0100)
committerHanno Braun <hanno@habraun.net>
Wed, 4 Mar 2009 13:42:57 +0000 (4 14:42 +0100)
treec73e99249262e4e8a77bcb7772a50bd973a4aa96
parent6136cf8fbc95c3f5561647086ebf9dae92f8e87f
Physics: Added the class Contact which represents a contact point between two bodies. Right now, this class is identical to Collision.
src/net/habraun/kong/physics/Contact.scala [new file with mode: 0644]
test/net/habraun/kong/physics/ContactTest.scala [new file with mode: 0644]