Example #1
0
 def _remove_body(self, body):
     """Removes a body from the space"""
     self._bodies.remove(body)
     cp.cpSpaceRemoveBody(self._space, body._body)
Example #2
0
 def remove_body(self, body):
     """Removes a body from the space"""
     cp.cpSpaceRemoveBody(self._space, body._body)
Example #3
0
 def remove_body(self, body):
     """Removes a body from the space"""
     cp.cpSpaceRemoveBody(self._space, body._body)