Easing.Quadratic.

Easing.

Out(float) Method

Summary

Interpolates the `value` based on the line y = 1 - (x - 1)^2.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Easing.Quadratic

Syntax

public static float Out(float value)

Remarks

Easings.net has a graph of this function.

Parameters

Name Type Description
value float

Return Value

Type Description
float