Click or drag to resize

ResponseCurveFloatSequenceLerp Method

Namespace:  Gamelogic.Extensions.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected override IList<float> Lerp(
	IList<float> outputSampleMin,
	IList<float> outputSampleMax,
	float t
)

Parameters

outputSampleMin
Type: System.Collections.GenericIListSingle
outputSampleMax
Type: System.Collections.GenericIListSingle
t
Type: SystemSingle

Return Value

Type: IListSingle
See Also