vault backup: 2023-10-25 17:08:15

This commit is contained in:
BlueRose 2023-10-25 17:08:15 +08:00
parent 8b93aa6cf5
commit d6cf70c2ec

View File

@ -60,3 +60,18 @@ $$p \rightarrow q\cdot p \cdot q^-1$$
## 四元数规范化
$$x^2 + y^2 + z^2 =1$$
# FBX
四元数旋转顺序 xyz
旋转xyz分别为
可以使用
`FbxNode::RotationOrder`
了解其顺序。
the "roll" about the x-axis along the plane,
the "pitch" about the y-axis which extends along the wings of the plane,
and the "yaw" or "heading" about the z-axis
# Qt
四元数旋转顺序zyx 或 yxz
旋转xyz分别为pitch yaw roll