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