You are here: Start » AVL.NET » Invoke.ResizeVector_Delta
Extends length of a vector by adding a value preserving its direction.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ResizeVector_Delta ( Avl.Vector2D inVector, float inDelta, out Avl.Vector2D outVector )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inVector | Avl.Vector2D | |||
![]() | inDelta | float | 0.0f | Value added to vector length. Default value: 0.0f. | |
![]() | outVector | Avl.Vector2D |


