Click or drag to resize

ResponseCurveBaseTLerp Method

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

Parameters

outputSampleMin
Type: T
outputSampleMax
Type: T
t
Type: SystemSingle

Return Value

Type: T
See Also