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

FIS.CreateVector Method

Produces a vector of given length and direction.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateVector
(
	float inLength,
	float inDirection,
	out FilNet.Vector2D outVector
)

Parameters

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

See also