Click or drag to resize

ResponseCurveBaseT Constructor

Constructs a new ResponseCurveBase.

Namespace:  Gamelogic.Extensions.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public ResponseCurveBase(
	IEnumerable<float> inputSamples,
	IEnumerable<T> outputSamples
)

Parameters

inputSamples
Type: System.Collections.GenericIEnumerableSingle
Samples of input. Assumes input is monotonically increasing.
outputSamples
Type: System.Collections.GenericIEnumerableT
Samples of outputs.
See Also