[]
Calculates the dot product of two vectors.
public static float DotRef(ref Vector4 left, ref Vector4 right)
First source vector
Second source vector.