You are here: Start » FIL.NET » Invoke.LerpVectors_Radial
Linearly interpolates between two radial vectors.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void LerpVectors_Radial ( Fil.Vector2D inVector0, Fil.Vector2D inVector1, Optional<Fil.RotationDirection> inRotationDirection, float inLambda, out Fil.Vector2D outVector )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inVector0 | Fil.Vector2D | |||
![]() | inVector1 | Fil.Vector2D | |||
![]() | inRotationDirection | Ftl.Optional<Fil.RotationDirection> | Clockwise, counter-clockwise or auto. Default value: ftl::NIL. | ||
![]() | inLambda | float | <-INF, INF> | 0.5f | Interpolation between the input vectors where 0.0 value is equal to inVector0 and 1.0 to inVector1. Default value: 0.5f. |
![]() | outVector | Fil.Vector2D |