Ejemplo n.º 1
0
 def _remove_joint(self, joint):
     """Removes a joint from the space"""
     self._joints.remove(joint)
     cp.cpSpaceRemoveJoint(self._space, joint._joint)
Ejemplo n.º 2
0
 def remove_joint(self, joint):
     """Removes a joint from the space"""
     cp.cpSpaceRemoveJoint(self._space, joint._joint)
Ejemplo n.º 3
0
 def remove_joint(self, joint):
     """Removes a joint from the space"""
     cp.cpSpaceRemoveJoint(self._space, joint._joint)