Table of Contents

Class ResponseCurveInt

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

A response curve with outputs of float.

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

Constructors

ResponseCurveInt(IEnumerable<float>, IEnumerable<int>)

Methods

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

Linearly interpolates between the two given samples.