anar

Class Clock

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

public class Clock
extends ClockFC

A clock based on milliseconds. The clock high is the same for all requests per frames.


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

Clock

public Clock()
Method Detail

getRatio

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

getRatioDelta

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