예제 #1
0
파일: base.py 프로젝트: bendtherules/pyFun
 def accln_direction(self):
     return atan2_inv(self.accln_y, self.accln_x)
예제 #2
0
파일: base.py 프로젝트: bendtherules/pyFun
 def vel_direction(self):
     return atan2_inv(self.vel_y, self.vel_x)