What direction of rotation is used in vrrotvec function?

1 vue (au cours des 30 derniers jours)
Evgheny
Evgheny le 20 Juin 2012
Is it right-handed or left-handed rotation in vrml functions such as vrrotvec?
I thaught VRML uses left-handed, but for example:
% rotating vector pointing UP to vector pointing LEFT
vr = vrrotvec([0 1 0], [-1 0 0]);
% returns:
0 0 1.0000 1.5708
So, here we see that rotation is righthanded? So in Matlab VRML we use right-handed rotation?

Réponse acceptée

Jan Danek
Jan Danek le 25 Juin 2012
Hi Evgheny,
VRML uses right-handed convention for rotations. See also here:
In accord with this, utility functions provided in Simulink 3D Animation use also right-handed convention.
All the best,
Jan
  1 commentaire
Evgheny
Evgheny le 25 Juin 2012
Modifié(e) : Evgheny le 2 Juil 2012
Thank you. I've also found this doc: http://www.mathworks.com/help/toolbox/sl3d/f2-36380.html#f2-30068 where is said about right-handed direction too

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Simulation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by