You are here: Start » FIL.NET » Invoke.LerpPaths
Linearly interpolates between two paths.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void LerpPaths ( Fil.Path inPath0, Fil.Path inPath1, float inLambda, Fil.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath0 | Fil.Path | |||
![]() | inPath1 | Fil.Path | First input path. | ||
![]() | inLambda | float | <-INF, INF> | 0.5f | Interpolation between the input paths where 0.0 value is equal to inPath0 and 1.0 to inPath1. Default value: 0.5f. |
![]() | outPath | Fil.Path | Output path. |