You are here: Start » FIL.NET » FIS.VectorDirection Method

FIS.VectorDirection Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inVectorFilNet.Vector2D
outDirectionfloat

See also