Exemplo n.º 1
0
 def test_restitution(self):
     obj = CollisionObject()
     obj.setRestitution(1.0)
     self.assertEqual(obj.getRestitution(), 1.0)
Exemplo n.º 2
0
 def test_restitution(self):
     obj = CollisionObject()
     obj.setRestitution(1.0)
     self.assertEqual(obj.getRestitution(), 1.0)