Пример #1
0
 def _add_joint(self, joint):
     """Adds a joint to the space"""
     self._joints.add(joint)
     cp.cpSpaceAddJoint(self._space, joint._joint)
Пример #2
0
 def add_joint(self, joint):
     """Adds a joint to the space"""
     cp.cpSpaceAddJoint(self._space, joint._joint)
Пример #3
0
 def add_joint(self, joint):
     """Adds a joint to the space"""
     cp.cpSpaceAddJoint(self._space, joint._joint)