Esempio n. 1
0
 def _add_joint(self, joint):
     """Adds a joint to the space"""
     self._joints.add(joint)
     cp.cpSpaceAddJoint(self._space, joint._joint)
Esempio n. 2
0
 def add_joint(self, joint):
     """Adds a joint to the space"""
     cp.cpSpaceAddJoint(self._space, joint._joint)
Esempio n. 3
0
 def add_joint(self, joint):
     """Adds a joint to the space"""
     cp.cpSpaceAddJoint(self._space, joint._joint)