You are here: Start » AVL.NET » AVS.AvsFilter_MakeVector3D Method

AVS.AvsFilter_MakeVector3D Method

Creates a 3D vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakeVector3D
(
	float inDeltaX,
	float inDeltaY,
	float inDeltaZ,
	out AvlNet.Vector3D outVector3D
)

Parameters

Name Type Range Default Description
inDeltaXfloatDelta along x-axis.
inDeltaYfloatDelta along y-axis.
inDeltaZfloatDelta along z-axis.
outVector3DAvlNet.Vector3D

See also