How to find 3d vector if I know the other vector and the angle between them
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Vehicle Dynamics Blockset dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!