Need helping finding an angle

Started by
0 comments, last by tolaris 18 years, 10 months ago
Another person on the OpenGL forum told me that to find an angle between two vectors I can use: angle = arcos( v1•v2 / |v1||v2| ) where • is the product | | is the magnituted. The only thing is that I don't know how to get the prodcut. What I am trying to accomplish is to rotate an object so it is looking where it is going. Thanks Jake
Advertisement
Maths - Vectors

the dot product is described at about the middle of that page.

(the links listed in the forum faq have that info too, but that's another story >>;

This topic is closed to new replies.

Advertisement