Quaternion.operator != 运算符 不等于
static operator != (lhs : Quaternion, rhs : Quaternion) : Quaternion
Description描述
Are two quaternions different from each other?
两个四元数是不相等的?
This function tests whether dot product of two quaternions is less than 1.0.
这个函数测试两个四元数的点乘是否接近1.0。
Note that because quaternions can represent rotations that are up to two full revolutions (720 degrees), this comparison can return true even if resulting rotations look the same.
注意,因为四元数可以表示旋转最大为两个完整的旋转(720度),这种比较可以返回true,即使导致旋转看起来是一样的。
最后修改:2011年1月16日 Sunday 16:13