HE_Mesh  5.1.2
wblut.math.WB_EaseScalarParameter Class Reference
+ Inheritance diagram for wblut.math.WB_EaseScalarParameter:

Public Member Functions

 WB_EaseScalarParameter (final double lowT, final double highT, final double lowValue, final double highValue, final WB_Ease.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 ease, final WB_Ease.EaseType type)
 
 WB_EaseScalarParameter (final double lowT, final double highT, final double lowValue, final double highValue, final WB_Ease.Ease ease)
 
 WB_EaseScalarParameter (final double lowT, final double highT, final double lowValue, final double highValue, final boolean clamp, final WB_Ease.Ease ease)
 
double evaluate (final double...x)
 
- Public Member Functions inherited from wblut.math.WB_ScalarParameter
double evaluate (double...x)
 

Detailed Description

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.

Constructor & Destructor Documentation

wblut.math.WB_EaseScalarParameter.WB_EaseScalarParameter ( final double  lowT,
final double  highT,
final double  lowValue,
final double  highValue,
final WB_Ease.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  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  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  ease 
)

Member Function Documentation

double wblut.math.WB_EaseScalarParameter.evaluate ( final double...  x)

The documentation for this class was generated from the following file: