Method | Description | |
---|---|---|
Interpolate ( float percentage ) : float |
Interpolates a value for the specified percentage.
|
|
SquareInterpolator ( float startValue, float endValue ) |
Initializes a new instance of the SquareInterpolator class.
|
public Interpolate ( float percentage ) : float | ||
percentage | float | The percentage. |
return | float |
public SquareInterpolator ( float startValue, float endValue ) | ||
startValue | float | The start value. |
endValue | float | The end value. |