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
inPath0FilNet.Path
inPath1FilNet.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.
outPathFilNet.PathOutput path.

See also