Quartic.

In(float) Method

Summary

Interpolates the `value` based on the line y = x^4.
Assembly
Animancer.dll
Namespace
global
Containing Type
Quartic

Syntax

public static float In(float value)

Remarks

Easings.net has a graph of this function.

Parameters

Name Type Description
value float

Return Value

Type Description
float