Vector4.operator == 运算符 等于
static operator == (lhs : Vector4, rhs : Vector4) : bool
Description描述
Returns true if the vectors are equal.
如果向量是相等的将返回真。
This will also return true for vectors that are really close to being equal.
对于非常接近相等向量,也将返回真。
最后修改:2011年1月9日 Sunday 17:02