You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inLength | float | Desired length of the vector in pixels. | ||
![]() | inDirection | float | Desired direction of the vector in degrees. | ||
![]() | outVector | Fil.Vector2D | The resulting vector. |