Method Evaluate
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
Evaluate(float)
Evaluates the curve at the specified value.
public T Evaluate(float t)Parameters
- tfloat
- The value at which to evaluate the curve. 
Returns
- T
Remarks
Equivalent to curve[t].