Table of Contents

Class ResponseCurveFloatSequence

Namespace
Gamelogic.Extensions.Algorithms
Assembly
Gamelogic.Extensions.dll

A response curve where the outputs are sequences of floats.

[Version(1, 4, 0)]
public class ResponseCurveFloatSequence : ResponseCurveBase<IList<float>>, IResponseCurve<IList<float>>
Inheritance
ResponseCurveFloatSequence
Implements
Inherited Members
Extension Methods

Constructors

ResponseCurveFloatSequence(IEnumerable<float>, IEnumerable<IList<float>>)

Constructs a new ResponseCurveFloatSequence with the given input and output samples.

Methods

Lerp(IList<float>, IList<float>, float)

Interpolates two sequences of floats by interpolating corresponding pairs.