Esempio n. 1
0
 def _remove_shape(self, shape):
     """Removes a shape from the space"""
     del self._shapes[shape.id]
     cp.cpSpaceRemoveShape(self._space, shape._shape)
Esempio n. 2
0
 def remove_shape(self, shape):
     """Removes a shape from the space"""
     cp.cpSpaceRemoveShape(self._space, shape._shape)
Esempio n. 3
0
 def remove_shape(self, shape):
     """Removes a shape from the space"""
     cp.cpSpaceRemoveShape(self._space, shape._shape)