|
| WB_EaseScalarParameter (final double lowT, final double highT, final double lowValue, final double highValue, final WB_Ease ease, final WB_Ease.EaseType type) |
|
| WB_EaseScalarParameter (final double lowT, final double highT, final double lowValue, final double highValue, final boolean clamp, final WB_Ease ease, final WB_Ease.EaseType type) |
|
| WB_EaseScalarParameter (final double lowT, final double highT, final double lowValue, final double highValue, final WB_Ease ease) |
|
| WB_EaseScalarParameter (final double lowT, final double highT, final double lowValue, final double highValue, final boolean clamp, final WB_Ease ease) |
|
double | evaluate (final double...x) |
|
double | evaluate (double...x) |
|
- Author
- Frederik Vanhoutte, W:Blut
A parameter which is linear in a parameter, clamped or unclamped on a
range. An easing function can be applied to the normalize parameter.
wblut.math.WB_EaseScalarParameter.WB_EaseScalarParameter |
( |
final double |
lowT, |
|
|
final double |
highT, |
|
|
final double |
lowValue, |
|
|
final double |
highValue, |
|
|
final WB_Ease |
ease, |
|
|
final WB_Ease.EaseType |
type |
|
) |
| |
wblut.math.WB_EaseScalarParameter.WB_EaseScalarParameter |
( |
final double |
lowT, |
|
|
final double |
highT, |
|
|
final double |
lowValue, |
|
|
final double |
highValue, |
|
|
final boolean |
clamp, |
|
|
final WB_Ease |
ease, |
|
|
final WB_Ease.EaseType |
type |
|
) |
| |
wblut.math.WB_EaseScalarParameter.WB_EaseScalarParameter |
( |
final double |
lowT, |
|
|
final double |
highT, |
|
|
final double |
lowValue, |
|
|
final double |
highValue, |
|
|
final WB_Ease |
ease |
|
) |
| |
wblut.math.WB_EaseScalarParameter.WB_EaseScalarParameter |
( |
final double |
lowT, |
|
|
final double |
highT, |
|
|
final double |
lowValue, |
|
|
final double |
highValue, |
|
|
final boolean |
clamp, |
|
|
final WB_Ease |
ease |
|
) |
| |
double wblut.math.WB_EaseScalarParameter.evaluate |
( |
final double... |
x | ) |
|
The documentation for this class was generated from the following file: