Click or drag to resize

Vector2DDistance Method (Vector2D)

Returns the distance between the current vector and the specified vector.

Namespace:  LightBuzz
Assembly:  LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public float Distance(
	Vector2D vector
)

Parameters

vector
Type: LightBuzzVector2D
The vector

Return Value

Type: Single
The distance between the vectors.
See Also