EaseExtensions.ValueAt
Extension Method in EaseExtensions
Declaration
public static float ValueAt(this Ease ease, float x)
Description
Returns the f(x) value using the ease function.
Parameters
ease | The ease function type. |
x | The x-axis value to evaluate. |
Returns
float | The interpolated value. |