Esempio n. 1
0
 def accln_direction(self):
     return atan2_inv(self.accln_y, self.accln_x)
Esempio n. 2
0
 def vel_direction(self):
     return atan2_inv(self.vel_y, self.vel_x)