A class for evaluating a curve at a specific time.
Create a new CurveEvaluator instance.
The curve to evaluate.
The initial time to evaluate the curve at. Defaults to 0.
Evaluate the curve at the given time. Specify forceReset if the underlying curve keys have changed since the last evaluation.
Time to evaluate the curve at.
Optional
Force reset of the curve.
The evaluated value.
A class for evaluating a curve at a specific time.