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