Example #1
0
 def __init__(self, x_y_tuple):
     x, y = x_y_tuple
     Vector2d.__init__(self, x, y)
Example #2
0
 def __init__(self, joint):
     self.joint = joint
     Vector2d.__init__(self, 0, 0)