How to find 3d vector if I know the other vector and the angle between them

Hi there; I am working in 3d space.I have three position vectors and I used the formula below to find the angle value between them.(fl,al and kl positions)
dv1 value is constant
ang = atan2(norm(cross(dv1,dv2)),dot(dv1,dv2));
Now I have different angle value and dv1 is constant How could I find the dv2 vector position?

 採用された回答

Mischa Kim
Mischa Kim 2014 年 2 月 7 日

0 投票

In general, not at all. Since your vector dv2 could lie anywhere on a cone that is defined by dv1 (as the symmetry axis) and the given angle. If, at least, you know the plane dv2 needs to lie in you have only two more choices.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeVehicle Dynamics Blockset についてさらに検索

タグ

質問済み:

2014 年 2 月 7 日

回答済み:

2014 年 2 月 7 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by