You are here: Start » FIL.NET » Invoke.RescaleVector
Lengthens or shortens a vector relatively preserving its direction.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RescaleVector ( Fil.Vector2D inVector, float inScale, bool inInverse, out Fil.Vector2D outVector )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inVector | Fil.Vector2D | |||
![]() | inScale | float | 1.0f | Scaling factor. Default value: 1.0f. | |
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outVector | Fil.Vector2D |