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