Vector2.Dot

Vector2.Dot method

Gets the dot product of two vectors

public double Dot(Vector2 rhs)
ParameterTypeDescription
rhsVector2Right hand side value.

Return Value

The dot product of the two vectors.

See Also