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