我可以使用哪些欧拉旋转?
我有两个笛卡尔坐标。有 xyz 和 BIG XYZ。我想让它们彼此平行。例如,x 与 X 平行,y 与 Y 平行,z 与 Z 平行。我使用旋转矩阵,但我有很多不同的旋转矩阵。例如,我在 xyz 笛卡尔坐标中有一个 3D 点,它被称为 A,我想将笛卡尔坐标更改为 BIG XYZ,并在该坐标中找到相同的 3D 点,它被称为 B。到目前为止,还可以。但是当我使用不同的旋转矩阵时,点发生了变化。我能做些什么?我可以使用哪些欧拉旋转?
I have two Cartesian coordinates. There are xyz and BIG XYZ. I want to make these are parallel to each other. For example, x paralel to X ,y parallel to Y and z paralel to Z. I use a rotation matrix but I have a lot of different rotation matrices. For example I have 3D point in xyz Cartesian coordinates and it's called A and I want to change Cartesian coordinate to BIG XYZ and find the same 3D point in this coordinates its called B. Until now it is okay. But when I used a different rotational matrix, points were changed. What can I do? Which Euler rotations can I use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是您要找的吗?
Is this what you are looking for?