Package hmi.elckerlyc.util.timemanipulator

Interface Summary
TimeManipulator Manipulates animation time, modifying the velocity of an IKMove
 

Class Summary
GammaManipulator manip(t)=t^gamma gamma < 1 gives a fast-to-slow interpolation gamma > 1 gives a slow-to-fast interpolation
LinearManipulator Linear time manipulator: manip(t)=t
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