On Feb 18, 7:50 pm, Rana Aich <[email protected]> wrote: > I the View class I'm extracting the azimuth, pitch and roll...but then I > don't know how to use those numbers to check the camera direction. =========================================================== The heading to the target is the atan2(dy,dx). The direction to turn is your heading-heading to tgt. Or some similar application of trigonometry. I Think.
-- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

