Enum StepResponse.StepType
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
Indicates on which side of the sample boundary the step value is taken.
public enum StepResponse.StepType
- Extension Methods
Fields
Left = 0The value from the left (lower) sample is used in the transition region.
Mid = 1The value from the left sample is used when t < 0.5, otherwise the right sample is used.
Right = 2The value from the right (upper) sample is used in the transition region.