ResizeVector_Delta


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

Syntax

C++
Python
 
def ResizeVector_Delta(
	inVector: Vector2D,
	/,
	*,
	inDelta: float = 0.0
)
-> outVector: Vector2D

Parameters

Name Type Default Description
Input value inVector Vector2D
Input value inDelta float 0.0 Value added to vector length
Output value outVector Vector2D