示例#1
0
 def _remove_joint(self, joint):
     """Removes a joint from the space"""
     self._joints.remove(joint)
     cp.cpSpaceRemoveJoint(self._space, joint._joint)
示例#2
0
文件: pymunk.py 项目: kakila/cavemen
 def remove_joint(self, joint):
     """Removes a joint from the space"""
     cp.cpSpaceRemoveJoint(self._space, joint._joint)
示例#3
0
 def remove_joint(self, joint):
     """Removes a joint from the space"""
     cp.cpSpaceRemoveJoint(self._space, joint._joint)