Acceleration * time gives velocity. Accel * delta time gives delta
velocity. You accumulate the deltas like this: velocity +=
deltavelocity. If you mult velocity * deltat you get delta position.
Accumulate those to keep track of position. Thats how Inertial
Navigation Systems flew ICBMs a couple 1000 miles back in the 60s.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to