Table of Contents

Interface ICurveEvaluator<T>

Namespace
Microsoft.Xna.Framework
Assembly
MonoGame.Framework.dll

Interface for curve evaluation. Implemented by Curve

public interface ICurveEvaluator<T>

Type Parameters

T
Interface for curve evaluation. Implemented by

Methods

Evaluate(float)

Evaluate the value at a position of this ICurveEvaluator<T>.

T Evaluate(float position)

Parameters

position float

The position on this ICurveEvaluator<T>.

Returns

T

Value at the position on this ICurveEvaluator<T>.