コード例 #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)