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?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Vehicle Dynamics Blockset についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!