| Modifier and Type | Field and Description | 
|---|---|
static QuartEaseInOutFunction | 
INSTANCE
Singleton to avoid creating several instances. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
float | 
computeValue(float t)
Returns the value of the function for the given time factor. 
 | 
public static final QuartEaseInOutFunction INSTANCE
public float computeValue(float t)
FunctioncomputeValue in interface Functiont - the time factor, between 0 and 1.