You are here: Start » FIL.NET » FIS.LerpPaths Method
FIS.LerpPaths Method
Linearly interpolates between two paths.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void LerpPaths ( FilNet.Path inPath0, FilNet.Path inPath1, float inLambda, FilNet.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath0 | FilNet.Path | |||
![]() | inPath1 | FilNet.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 | FilNet.Path | Output path. |