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

Invoke.ResizeVector_Delta

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also