anar

Class ClockFCms

java.lang.Object
  extended by anar.ClockFC
      extended by anar.ClockFCms

public class ClockFCms
extends ClockFC

Clock based on frameCount. Equivalence between clock based on seconds and frameCount based. It is assumed that frameRate is based on 30fps.


Constructor Summary
ClockFCms()
           
 
Method Summary
 float getRatio(float cycle)
           
 float getRatioDelta(float cycle)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClockFCms

public ClockFCms()
Method Detail

getRatio

public float getRatio(float cycle)
Overrides:
getRatio in class ClockFC

getRatioDelta

public float getRatioDelta(float cycle)
Overrides:
getRatioDelta in class ClockFC