public class LinearDouble extends Object
| Constructor and Description |
|---|
LinearDouble(double fromValue,
double toValue,
proguard.gui.splash.Timing timing)
Creates a new LinearDouble.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDouble(long time)
Returns the double for the given time.
|
public LinearDouble(double fromValue,
double toValue,
proguard.gui.splash.Timing timing)
fromValue - the value that corresponds to a timing of 0.toValue - the value that corresponds to a timing of 1.timing - the applied timing.Copyright © 2018. All rights reserved.