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