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