Vector2F.DotProduct

Vector2F.DotProduct method

Returns the dot product of two vectors.

public static float DotProduct(Vector2F v1, Vector2F v2)
ParameterTypeDescription
v1Vector2FFirst vector.
v2Vector2FSecond vector.

Return Value

The dot product.

See Also