Click or drag to resize

Vector2DotProduct Method

Obtains the dot product of two vectors.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static double DotProduct(
	Vector2 u,
	Vector2 v
)

Parameters

u
Type: DXFReaderNETVector2
First vector.
v
Type: DXFReaderNETVector2
Second vector.

Return Value

Type: Double
The dot product.
See Also