コード例 #1
0
 def __init__(self, new_x, new_y, new_z):
     '''
     Constructor
     '''
     Vector3.__init__(self, new_x, new_y, new_z)
コード例 #2
0
 def __init__(self, rad, xh, yh, zh):
     '''
     Constructor
     '''
     Vector3.__init__(self, xh, yh, zh)
     self.radius = rad
コード例 #3
0
 def __init__(self, rad, xh, yh, zh):
     """
     Constructor
     """
     Vector3.__init__(self, xh, yh, zh)
     self.radius = rad