Namespace: Rx.Net – Class: Vector2D – Assembly: Rx.Net

Vector2D.Dot Static Method

C#
public static double Dot(Vector2D value1, Vector2D value2)

Returns the dot product of two vectors.

Parameters

[Vector2D] value1

The first vector.

[Vector2D] value2

The second vector.

Returns

double

The dot product.