开发者

How to find a vector using angle?

开发者 https://www.devze.com 2023-03-29 14:14 出处:网络
In 3 dimensional space i have an ine object between x and y axis.If the angle between x and y axis giv开发者_开发知识库en,howcan we find a vector value(i,j,k) ?pleasehelp to solve this problem.

In 3 dimensional space i have an ine object between x and y axis.If the angle between x and y axis giv开发者_开发知识库en,how can we find a vector value(i,j,k) ?please help to solve this problem.

Thanks in advance.


Depends on what X and Y axis are. Supposing this usual axis naming:

How to find a vector using angle?

X and Y axis angle do not define the vector in 3D space (which I guess is what you want since you want a 3-component vector) because angle with X actually is the same than angle with Y (they're related).

You should explain what angles you have. This problem only has solution if the two angles are independent (or the space is 2D).

0

精彩评论

暂无评论...
验证码 换一张
取 消