You are here: Start » FIL.NET » Invoke.LerpPaths

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
inPath0Fil.Path
inPath1Fil.PathFirst input path.
inLambdafloat<-INF, INF>0.5fInterpolation between the input paths where 0.0 value is equal to inPath0 and 1.0 to inPath1. Default value: 0.5f.
outPathFil.PathOutput path.

See also