You are here: Start » FIL.NET » FIS.LerpVectors_Radial Method
FIS.LerpVectors_Radial Method
Linearly interpolates between two radial vectors.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void LerpVectors_Radial ( FilNet.Vector2D inVector0, FilNet.Vector2D inVector1, FilNet.RotationDirection? inRotationDirection, float inLambda, out FilNet.Vector2D outVector )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inVector0 | FilNet.Vector2D | |||
![]() | inVector1 | FilNet.Vector2D | |||
![]() | inRotationDirection | FilNet.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 | FilNet.Vector2D |