You are here: Start » AVL.NET » Invoke.ResizeVector_Delta

Invoke.ResizeVector_Delta

Extends length of a vector by adding a value preserving its direction.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ResizeVector_Delta
(
	Avl.Vector2D inVector,
	float inDelta,
	out Avl.Vector2D outVector
)

Parameters

Name Type Range Default Description
inVectorAvl.Vector2D
inDeltafloat0.0fValue added to vector length. Default value: 0.0f.
outVectorAvl.Vector2D

See also