Example #1
0
 def _remove_static_shape(self, static_shape):
     """Removes a static shape from the space."""
     del self._static_shapes[static_shape.id]
     cp.cpSpaceRemoveStaticShape(self._space, static_shape._shape)
Example #2
0
 def remove_static_shape(self, staticshape):
     """Removes a shape from the space."""
     cp.cpSpaceRemoveStaticShape(self._space, staticshape._shape)
Example #3
0
 def remove_static_shape(self, staticshape):
     """Removes a shape from the space."""
     cp.cpSpaceRemoveStaticShape(self._space, staticshape._shape)