Click or drag to resize

Vector2DAngle Method (Vector2D)

Returns the angle (in degrees) between the current and the specified vector.

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

Parameters

vector
Type: LightBuzzVector2D
The vector.

Return Value

Type: Single
The angle between the vectors (in degrees).
See Also