You are here: Start » AVL.NET » Invoke.VectorDirection

Invoke.VectorDirection

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void VectorDirection
(
	Avl.Vector2D inVector,
	out float outDirection
)

Parameters

Name Type Range Default Description
inVectorAvl.Vector2D
outDirectionfloat

See also