コード例 #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)