Easing.

LinearDerivative(float, float, float) Method

Summary

Returns end - start. The derivative of Animancer.Easing.Linear(System.Single,System.Single,System.Single).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Easing

Syntax

public static float LinearDerivative(float start, float end, float value)

Parameters

Name Type Description
start float
end float
value float

Return Value

Type Description
float