Click or drag to resize

Vector2DMin Method

Returns the vector with the minimum length.

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

Parameters

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

Return Value

Type: Vector2D
The vector with the lower magnitude.
See Also