Easing.Quadratic.

Easing.

OutDerivative(float, float, float) Method

Summary

A variant of Animancer.Easing.Quadratic.InDerivative(System.Single) with a custom range instead of 0 to 1.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Easing.Quadratic

Syntax

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

Parameters

Name Type Description
start float
end float
value float

Return Value

Type Description
float