Class ResponseCurve
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
Contains extension methods for Response curves.
public static class ResponseCurve
- Inheritance
-
ResponseCurve
- Inherited Members
Methods
- Select<TSource, TResult>(IResponseCurve<TSource>, Func<TSource, TResult>)
Creates a response curve that transforms the output of the given curve using the given function.