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
inDeltaXfloatDelta along x-axis.
inDeltaYfloatDelta along y-axis.
outVectorAvlNet.Vector2D

See also