Click or drag to resize

ResponseCurveFloatLerp Method

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

Parameters

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

Return Value

Type: Single
See Also