|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TimeManipulator
Manipulates animation time, modifying the velocity of an IKMove
| Method Summary | |
|---|---|
double |
manip(double t)
Get the manipulated value of 0 < t < 1 Implementations should adhere to the following rules: manip(0)=0 manip(1)=1 for every 0 < t1 < 1, 0 < t2 < 1: if t1 < t2 then manip(t1) |
| Method Detail |
|---|
double manip(double t)
t - the time to be manipulated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||