计算左手坐标的叉积的方法是否会发生变化? [英] Does the method for computing the cross-product change for left handed coordinates?

查看:25
本文介绍了计算左手坐标的叉积的方法是否会发生变化?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

计算左手坐标的叉积的方法有变化吗?

Does the method for computing the cross-product change for left handed coordinates?

推荐答案

向量(x1, x2, x3)(y1, y2, y3)的叉积公式)

z1 = x2 * y3 - x3 * y2
z2 = x3 * y1 - x1 * y3
z3 = x1 * y2 - x2 * y1

它的设计方式是给定顺序的三个向量xyz具有与坐标相同的手性系统本身.此属性不依赖于坐标系的手性——对于左手坐标系,向量满足左手规则.您无需对公式进行任何更改.

It is designed in a way that the three vectors x, y and z in the given order have the same handedness as the coordinate system itself. This property does not depend on the handedness of the coordinate system -- for a left-handed coordinate system the vectors fulfil the left-hand rule. You don't need to change anything about the formula.

有用的链接:

这篇关于计算左手坐标的叉积的方法是否会发生变化?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆