vote up 1 vote down star

Hi to all

I want to calculate angle of rotation when I am rotating the iphone from portrait mode to Landscape right or Landscape left but in YX plane. In my game I want to rotate one object respect to iphone but in opposite direction. If I will move iphone from portrait mode to Landscape right by 30 degree then I want to move object 30 degree only but to landscape right. I have formula of dot product like

v1.v2=L1.L2cos(θ) but i dont know the exact solution so. So if any one know it please help me out Thanks in advance.

flag

5% accept rate

1 Answer

vote up 1 vote down

You'll probably find the atan2() standard library function useful. It'll convert the x and y acceleration figures into an angle for you.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.