EaseFunction.QuartIn

Static Method in EaseFunction

Declaration

public static float QuartIn(float x)

Description

Evaulates f(x) using a QuartIn ease.

Parameters

xThe x-axis number to evaluate.

Returns

floatThe y-axis value of the curve at the given x-axis value.