Dot

Vector2.Dot method

获取两个向量的点积

public double Dot(Vector2 rhs)
范围类型描述
rhsVector2右手边的值。

返回值

两个向量的点积。

也可以看看