Пример #1
0
 def _remove_shape(self, shape):
     """Removes a shape from the space"""
     del self._shapes[shape.id]
     cp.cpSpaceRemoveShape(self._space, shape._shape)
Пример #2
0
 def remove_shape(self, shape):
     """Removes a shape from the space"""
     cp.cpSpaceRemoveShape(self._space, shape._shape)
Пример #3
0
 def remove_shape(self, shape):
     """Removes a shape from the space"""
     cp.cpSpaceRemoveShape(self._space, shape._shape)