Calculate Angles of vector in 3D space with respect to the X-, Y-, and Z-axis

markraz

Full Member
Joined
Feb 19, 2014
Messages
338
Hi, I have a 3D vector i, j ,k

I need to find its angles with respect to the X Y and Z axis.

What is the most simplistic procedure to do this?

What type of approach does on take to accomplish this?

Thanks
 
If you can think of a vector that lies on the X axis you can use the formula for calculating the angle between 2 vectors.
 
Top