简体   繁体   English

如何使用角度查找向量?

[英]How to find a vector using angle?

In 3 dimensional space i have an ine object between x and y axis.If the angle between x and y axis given,how can we find a vector value(i,j,k) ?please help to solve this problem. 在3维空间中,我在x轴和y轴之间有一个ine对象。如果给定x轴和y轴之间的夹角,我们如何找到向量值(i,j,k)?请帮助解决这个问题。

Thanks in advance. 提前致谢。

Depends on what X and Y axis are. 取决于X和Y轴是什么。 Supposing this usual axis naming: 假设此常规轴命名为:

X一

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). X和Y轴角度未定义3D空间中的矢量(我想这是您想要的,因为您需要3分量矢量),因为与X的角度实际上与与Y的角度相同(它们是相关的)。

You should explain what angles you have. 您应该解释一下您的角度。 This problem only has solution if the two angles are independent (or the space is 2D). 仅当两个角度独立(或空间为2D)时,此问题才有解决方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM