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

Invoke.CreateVector

Produces a vector of given length and direction.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreateVector
(
	float inLength,
	float inDirection,
	out Fil.Vector2D outVector
)

Parameters

Name Type Range Default Description
inLengthfloatDesired length of the vector in pixels.
inDirectionfloatDesired direction of the vector in degrees.
outVectorFil.Vector2DThe resulting vector.

See also