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 | |
|---|---|---|---|---|
![]() |
inVector | Vector2D | ||
![]() |
inDelta | float | 0.0 | Value added to vector length |
![]() |
outVector | Vector2D |


