ResponseCurveBaseT Class |
Namespace: Gamelogic.Extensions.Algorithms
[VersionAttribute(1, 2, 0)] public abstract class ResponseCurveBase<T> : IResponseCurve<T>
The ResponseCurveBaseT type exposes the following members.
| Name | Description | |
|---|---|---|
| ResponseCurveBaseT |
Constructs a new ResponseCurveBase.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Evaluate |
Evaluates the curve at the specified value.
| |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Lerp | ||
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| SelectT, TResult |
Creates a response curve that transforms the output of the given curve
using the given function.
(Defined by ResponseCurve.) | |
| ThrowIfNull |
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.) |