Table of Contents

Class StepResponse

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

Provides a factory method for creating step response curves.

public class StepResponse
Inheritance
StepResponse
Inherited Members
Extension Methods

Methods

GetStep<T>(float, T, T)

Gets the step response that returns y0 for all inputs less than x, and y1 for all inputs greater than or equal to x.