Click or drag to resize

Vector2DDot Method

Returns the dot product of two vectors.

Namespace:  LightBuzz
Assembly:  LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static float Dot(
	Vector2D vector1,
	Vector2D vector2
)

Parameters

vector1
Type: LightBuzzVector2D
The first vector.
vector2
Type: LightBuzzVector2D
The second vector.

Return Value

Type: Single
The dot product of the vectors.
See Also