- Namespace
- StrideToolkit
.Mathematics - Containing Type
- Easing
Syntax
public static double QuarticEaseInOut(double amount)
Remarks
Modeled after the piecewise quartic
y = (1/2)((2x)^4) ; [0, 0.5]
y = -(1/2)((2x-2)^4 - 2) ; [0.5, 1]
Parameters
Name | Type | Description |
---|---|---|
amount | double |
Return Value
Type | Description |
---|---|
double |