📜  统一按角度旋转方向 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:02.243000             🧑  作者: Mango

代码示例1
vector = Quaternion.AngleAxis(-45, Vector3.up) * vector;