Vector4
.Dot
public static float
Dot
(
Vector4
a
,
Vector4
b
);
Description 描述
Dot Product of two vectors.
Returns
lhs
.
rhs
.