Euler angles and Quaterean

本文介绍了欧拉角的概念,作为描述刚体旋转的三个角度,以及它们在固定坐标系中的应用。同时提及了复数和2D旋转的关系,以及使用欧拉角时需注意的旋转次序对结果的影响。还提到了Quaternions在避免欧拉角问题上的作用。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

  • what is Euler angles ?(欧拉角是什么东西?)

  • The Euler angles are three angles introduced by Leonhard Euler to describe the orientation of a rigid body with respect to a fixed coordinate system (被欧拉引入用三个角度来描述刚体相对于固定参考系的旋转)

  • Euler angles are typically denoted as α, β, γ, or ψ, θ, φ. Different authors may use different sets of rotation axes to define Euler angles, or different names for the same angles. Therefore, any discussion employing Euler angles should always be preceded by their definition.
    (欧拉角的旋转次序并不是固定的,可以有不同的旋转顺序。常见的欧拉角旋转顺序包括:ZYX、ZYZ、XYZ、XZY、YXZ、YZX等等。这些不同的旋转次序会影响到最终的旋转结果,因此在使用欧拉角时需要明确所采用的旋转次序)

使用欧拉角推导旋转的过程 要注意两个对应点向量在旋转平面内始终垂直。

why is quaternion ?

First introduce the complex numbers and 2-D rotation
z = a + bi , there, the real part is the a and the imaginary part is b.
一个复数 z = a + bi 和任意一个复数c 相乘 等价于将c 逆时针旋转 thata = atan2 (b,a), 并将其缩放 ||z|| = square ( pow(a,2), pow(b,2)).

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值