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
t
floatThe value at which to evaluate the curve.
Returns
- T
Remarks
Equivalent to curve[t]
.