예제 #1
0
파일: __init__.py 프로젝트: goosemo/monkey
 def _add_joint(self, joint):
     """Adds a joint to the space"""
     self._joints.add(joint)
     cp.cpSpaceAddJoint(self._space, joint._joint)
예제 #2
0
파일: pymunk.py 프로젝트: kakila/cavemen
 def add_joint(self, joint):
     """Adds a joint to the space"""
     cp.cpSpaceAddJoint(self._space, joint._joint)
예제 #3
0
파일: pymunk.py 프로젝트: ezequielp/cavemen
 def add_joint(self, joint):
     """Adds a joint to the space"""
     cp.cpSpaceAddJoint(self._space, joint._joint)