예제 #1
0
파일: __init__.py 프로젝트: goosemo/monkey
 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
파일: pymunk.py 프로젝트: ezequielp/cavemen
 def remove_joint(self, joint):
     """Removes a joint from the space"""
     cp.cpSpaceRemoveJoint(self._space, joint._joint)