yussidivnall / mobile-tank-game

a simple mobile game where you drive a little tank around
http://tgame2.sourceforge.net/
1 stars 0 forks source link

Calculate atan in TMath.java #8

Open yussidivnall opened 14 years ago

yussidivnall commented 14 years ago

Use a decent look-up table where possible, and when not just implement it right! It's very broken at the moment and I'm getting to the stage where I can't just work around it.