Ejemplo 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)
Ejemplo n.º 2
0
 def remove_shape(self, shape):
     """Removes a shape from the space"""
     cp.cpSpaceRemoveShape(self._space, shape._shape)
Ejemplo n.º 3
0
 def remove_shape(self, shape):
     """Removes a shape from the space"""
     cp.cpSpaceRemoveShape(self._space, shape._shape)