com.yobotics.simulationconstructionset.util.math
Class YoRMSCalculator

java.lang.Object
  extended by com.yobotics.simulationconstructionset.util.math.YoRMSCalculator

public class YoRMSCalculator
extends java.lang.Object


Constructor Summary
YoRMSCalculator(java.lang.String prefix, YoVariableRegistry registry)
           
 
Method Summary
 void reset()
           
 void update(double input)
           
 double val()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YoRMSCalculator

public YoRMSCalculator(java.lang.String prefix,
                       YoVariableRegistry registry)
Method Detail

update

public void update(double input)

val

public double val()

reset

public void reset()