ResizeVector3D_Delta


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

Syntax

C++
C#
Python
 
def ResizeVector3D_Delta(
	inVector3D: Vector3D,
	/,
	*,
	inDelta: float = 0.0
)
-> outVector3D: Vector3D

Parameters

Name Type Default Description
Input value inVector3D Vector3D
Input value inDelta float 0.0 Value added to vector length
Output value outVector3D Vector3D