Esempio n. 1
0
 def __init__(self, new_x, new_y, new_z):
     '''
     Constructor
     '''
     Vector3.__init__(self, new_x, new_y, new_z)
Esempio n. 2
0
 def __init__(self, rad, xh, yh, zh):
     '''
     Constructor
     '''
     Vector3.__init__(self, xh, yh, zh)
     self.radius = rad
 def __init__(self, rad, xh, yh, zh):
     """
     Constructor
     """
     Vector3.__init__(self, xh, yh, zh)
     self.radius = rad