Using arc tangents for interpreting accelerometers seems to be a
pretty easy way to go to get a desired result.  I just benchmarked
(float)Math.atan2(x,y) and it's a very slow function.  I checked
FloatMath for Android 1.0 SDK and it has sin and cos but no tan or
atan.  Is there a faster way to do this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to