Example #1
0
 def ttransponse(self, xy):
     return transponse_raw(xy[0], xy[1], self.x, self.y, self.a)
Example #2
0
 def transponse(self, x, y):
     return transponse_raw(x, y, self.x, self.y, self.a)