What direction of rotation is used in vrrotvec function?

1 次查看(过去 30 天)
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?

采纳的回答

Jan Danek
Jan Danek 2012-6-25
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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simulation 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by