Exemplo n.º 1
0
 def __init__(self, x, y, z, orientation):
     Orientation.__init__(self, orientation)
     Coordinate.__init__(self, x, y, z, self)
Exemplo n.º 2
0
 def __init__(self,x, y):
     Coordinate.__init__(self, x, y)
     self.E = E_Field(self, x, y)
     self.g = g_Field(self, x, y)
     self.OverrideE = None
     self.OverrideG = None
Exemplo n.º 3
0
 def __init__(self, X, Y, Z):
     '''
     Constructor
     '''
     Coordinate.__init__(self, X, Y)
     self.Z = Z