Uses of Interface
hmi.elckerlyc.util.timemanipulator.TimeManipulator

Packages that use TimeManipulator
hmi.elckerlyc.animationengine.gaze   
hmi.elckerlyc.animationengine.pointing   
hmi.elckerlyc.util.timemanipulator   
 

Uses of TimeManipulator in hmi.elckerlyc.animationengine.gaze
 

Fields in hmi.elckerlyc.animationengine.gaze declared as TimeManipulator
protected  TimeManipulator GazeMU.tmp
           
 

Methods in hmi.elckerlyc.animationengine.gaze with parameters of type TimeManipulator
 void GazeMU.setTimeManipulator(TimeManipulator tmp)
          Set the time manimpulator that describes the velocity profile for attack and decay.
 

Uses of TimeManipulator in hmi.elckerlyc.animationengine.pointing
 

Fields in hmi.elckerlyc.animationengine.pointing declared as TimeManipulator
protected  TimeManipulator PointingMU.tmp
           
 

Methods in hmi.elckerlyc.animationengine.pointing with parameters of type TimeManipulator
 void PointingMU.setTimeManipulator(TimeManipulator tmp)
          Set the time manimpulator that describes the velocity profile for attack and decay.
 

Uses of TimeManipulator in hmi.elckerlyc.util.timemanipulator
 

Classes in hmi.elckerlyc.util.timemanipulator that implement TimeManipulator
 class GammaManipulator
          manip(t)=t^gamma gamma < 1 gives a fast-to-slow interpolation gamma > 1 gives a slow-to-fast interpolation
 class LinearManipulator
          Linear time manipulator: manip(t)=t
 class SigmoidManipulator
          Provides slow-fast-slow interpolation (=a bubble-shaped velocity profile) manip(t)=0.5 . (1+tanh(a.x^p) - 0.5 a determines the steepness p determines the lenght of the accelatory phase plausible values: a=3,p=4