|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.geometry.motion.timewarp.TimeWarper
edu.stanford.rsl.konrad.geometry.motion.timewarp.HarmonicTimeWarper
public class HarmonicTimeWarper
Implements a harmonic motion which is n x the original Motion.
Constructor Summary | |
---|---|
HarmonicTimeWarper(double n)
Creates a new harmonic time warper. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
double |
warpTime(double time)
Applies the time warping to the given input time |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HarmonicTimeWarper(double n)
n
- Method Detail |
---|
public double warpTime(double time)
TimeWarper
warpTime
in class TimeWarper
time
- the input time
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |