Vector4.Dot 点乘
static function Dot (a : Vector4, b : Vector4) : float
Description描述
Dot Product of two vectors.
两个向量的点乘积。
Returns lhs . rhs.
返回 lhs . rhs 。
最后修改:2011年1月9日 Sunday 16:22
static function Dot (a : Vector4, b : Vector4) : float
Description描述
Dot Product of two vectors.
两个向量的点乘积。
Returns lhs . rhs.
返回 lhs . rhs 。