Advertisement

Need help for angle(rad) & 3d vectors

Started by February 04, 2003 09:56 AM
1 comment, last by Mescalito 22 years ago
Hi everyone ! Here''s a little problem I''d like to resolve, Can someone help ? I have a 3d vector (A call it VectorA). The I want to get the orthogonal 3d vector from VectorA (i call this new vector VectorB). Now from the VectorB I want to get the angle (in radians) it makes with the x axe. THANKS for any help !!!
quote:
Original post by Mescalito
The I want to get the orthogonal 3d vector from VectorA (i call this new vector VectorB).

There are many such vectors. You need to specify the problem better.
Advertisement
If you make it a unit vector then each component is the cosine of the angle between the vector and the corresponding axis, i.e. the x component is the angle between the vector and the x-axis.
Keys to success: Ability, ambition and opportunity.

This topic is closed to new replies.

Advertisement