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

Vector3D.Dot Static Method

C#
public static double Dot(Vector3D vector1, Vector3D vector2)

Returns the dot product of two vectors.

Parameters

[Vector3D] vector1

The first vector.

[Vector3D] vector2

The second vector.

Returns

double

The dot product.