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