Easing.

ReScale(float, float, float, Func<float, float>) Method

Summary

Re-scales the result of the `function` to use a custom range instead of 0 to 1.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Easing

Syntax

public static float ReScale(float start, float end, float value, Func<float, float> function)

Parameters

Name Type Description
start float
end float
value float
function Func<float, float>

Return Value

Type Description
float