Table of Contents

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 float

The value at which to evaluate the curve.

Returns

T

Remarks

Equivalent to curve[t].