You are here: Start » FIL.NET » FIS.ResizeVector_Delta Method

FIS.ResizeVector_Delta Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ResizeVector_Delta
(
	FilNet.Vector2D inVector,
	float inDelta,
	out FilNet.Vector2D outVector
)

Parameters

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

See also