sub_arctic.anim
Class linear_pacer

java.lang.Object
  |
  +--sub_arctic.anim.linear_pacer

public class linear_pacer
extends java.lang.Object
implements pacer

This is the simplest pacing function. It doesn't change the input time value at all, resulting in a linear time mapping.


Constructor Summary
linear_pacer()
          Construct a linear_pacer.
 
Method Summary
 double pace(double f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

linear_pacer

public linear_pacer()
Construct a linear_pacer.
Method Detail

pace

public double pace(double f)
Specified by:
pace in interface pacer