Uses of Class
com.yobotics.simulationconstructionset.util.math.filter.ButterworthFilteredYoVariable.ButterworthFilterType

Packages that use ButterworthFilteredYoVariable.ButterworthFilterType
com.yobotics.simulationconstructionset.util.math.filter   
 

Uses of ButterworthFilteredYoVariable.ButterworthFilterType in com.yobotics.simulationconstructionset.util.math.filter
 

Methods in com.yobotics.simulationconstructionset.util.math.filter that return ButterworthFilteredYoVariable.ButterworthFilterType
static ButterworthFilteredYoVariable.ButterworthFilterType ButterworthFilteredYoVariable.ButterworthFilterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ButterworthFilteredYoVariable.ButterworthFilterType[] ButterworthFilteredYoVariable.ButterworthFilterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.yobotics.simulationconstructionset.util.math.filter with parameters of type ButterworthFilteredYoVariable.ButterworthFilterType
ButterworthFilteredYoVariable(java.lang.String name, YoVariableRegistry registry, double alpha, ButterworthFilteredYoVariable.ButterworthFilterType butterworthFilterType)
           
ButterworthFilteredYoVariable(java.lang.String name, YoVariableRegistry registry, double alpha, DoubleYoVariable positionVariable, ButterworthFilteredYoVariable.ButterworthFilterType butterworthFilterType)
           
ButterworthFilteredYoVariable(java.lang.String name, YoVariableRegistry registry, DoubleYoVariable alphaVariable, ButterworthFilteredYoVariable.ButterworthFilterType butterworthFilterType)
           
ButterworthFilteredYoVariable(java.lang.String name, YoVariableRegistry registry, DoubleYoVariable alphaVariable, DoubleYoVariable positionVariable, ButterworthFilteredYoVariable.ButterworthFilterType butterworthFilterType)