Пример #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
 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)