edu.stanford.rsl.konrad.geometry.motion.timewarp
Class IdentityTimeWarper

java.lang.Object
  extended by edu.stanford.rsl.konrad.geometry.motion.timewarp.TimeWarper
      extended by edu.stanford.rsl.konrad.geometry.motion.timewarp.IdentityTimeWarper

public class IdentityTimeWarper
extends TimeWarper

Models a non periodic time constraint. Input time is returned as output time.

Author:
akmaier

Constructor Summary
IdentityTimeWarper()
           
 
Method Summary
 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

IdentityTimeWarper

public IdentityTimeWarper()
Method Detail

warpTime

public double warpTime(double time)
Description copied from class: TimeWarper
Applies the time warping to the given input time

Specified by:
warpTime in class TimeWarper
Parameters:
time - the input time
Returns:
the output time