- #1
nuggets
- 3
- 0
1. I am considering the problem of getting the equation for a 3d vector(magnitude irrelevant) in cartesian coordinates when given 2 angles with respect to arbitrary axes.
2. I think that 180-angle1-angle2=angle3
3. So if the angle between the x-axis and the vector is 60deg, and the angle between the y-axis and the vector is 60 deg, then the angle with the z axis will be 60d. So a possible solution vector would be <1,1,1>
Am I correct?
Thanks
2. I think that 180-angle1-angle2=angle3
3. So if the angle between the x-axis and the vector is 60deg, and the angle between the y-axis and the vector is 60 deg, then the angle with the z axis will be 60d. So a possible solution vector would be <1,1,1>
Am I correct?
Thanks