Uses of Class
com.yobotics.simulationconstructionset.util.math.filter.FilteredVelocityYoFrameVector

Packages that use FilteredVelocityYoFrameVector
com.yobotics.simulationconstructionset.util.math.filter   
 

Uses of FilteredVelocityYoFrameVector in com.yobotics.simulationconstructionset.util.math.filter
 

Methods in com.yobotics.simulationconstructionset.util.math.filter that return FilteredVelocityYoFrameVector
static FilteredVelocityYoFrameVector FilteredVelocityYoFrameVector.createFilteredVelocityYoFrameVector(java.lang.String namePrefix, java.lang.String nameSuffix, DoubleYoVariable alpha, double dt, YoVariableRegistry registry, YoFramePoint yoFramePointToDifferentiate)
           
static FilteredVelocityYoFrameVector FilteredVelocityYoFrameVector.createFilteredVelocityYoFrameVector(java.lang.String namePrefix, java.lang.String nameSuffix, DoubleYoVariable alpha, double dt, YoVariableRegistry registry, YoFrameVector yoFrameVectorToDifferentiate)