Table of Contents

Class ResponseCurveFloat

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

A response curve with outputs of float.

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

Constructors

ResponseCurveFloat(IEnumerable<float>, IEnumerable<float>)

Methods

GetLerp(float, float, float, float)
Lerp(float, float, float)

Linearly interpolates between the two given samples.