@Environment(value=CLIENT) public class SmoothUtil extends Object
private double
actualSum
movementLatency
smoothedSum
SmoothUtil()
void
clear()
double
smooth(double original, double smoother)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private double actualSum
private double smoothedSum
private double movementLatency
public SmoothUtil()
public double smooth(double original, double smoother)
public void clear()