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 | |
|---|---|---|---|---|
![]() |
inVector3D | Vector3D | ||
![]() |
inDelta | float | 0.0 | Value added to vector length |
![]() |
outVector3D | Vector3D |


