Modifier and Type | Field and Description |
---|---|
static QuadEaseOutFunction |
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 QuadEaseOutFunction INSTANCE
public float computeValue(float t)
Function
computeValue
in interface Function
t
- the time factor, between 0 and 1.