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

Invoke.VectorDirection

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inVectorFil.Vector2D
outDirectionfloat

See also