You are here: Start » AVL.NET » AVS.AvsFilter_MakeVector Method
AVS.AvsFilter_MakeVector Method
Creates a vector structure from individual fields.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AvsFilter_MakeVector ( float inDeltaX, float inDeltaY, out AvlNet.Vector2D outVector )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inDeltaX | float | Delta along x-axis. | ||
![]() | inDeltaY | float | Delta along y-axis. | ||
![]() | outVector | AvlNet.Vector2D |


