You are here: Start » FIL.NET » FIS.ResizeVector Method
FIS.ResizeVector Method
Lengthens or shortens a vector preserving its direction.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void ResizeVector ( FilNet.Vector2D inVector, float inNewLength, out FilNet.Vector2D outVector )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inVector | FilNet.Vector2D | |||
![]() | inNewLength | float | <0.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | outVector | FilNet.Vector2D |


