You are here: Start » AVL.NET » AVS.VectorDirection Method

AVS.VectorDirection Method

Computes the direction angle of a vector as an angle in range the from 0 to 360.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void VectorDirection
(
	AvlNet.Vector2D inVector,
	out float outDirection
)

Parameters

Name Type Range Default Description
inVectorAvlNet.Vector2D
outDirectionfloat

See also