What direction of rotation is used in vrrotvec function?
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Simulation finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!