Robot Core Documentation
|
This is the complete list of members for edu.wpi.first.math.MathUtil, including all inherited members.
angleModulus(double angleRadians) | edu.wpi.first.math.MathUtil | static |
applyDeadband(double value, double deadband, double maxMagnitude) | edu.wpi.first.math.MathUtil | static |
applyDeadband(double value, double deadband) | edu.wpi.first.math.MathUtil | static |
clamp(int value, int low, int high) | edu.wpi.first.math.MathUtil | static |
clamp(double value, double low, double high) | edu.wpi.first.math.MathUtil | static |
inputModulus(double input, double minimumInput, double maximumInput) | edu.wpi.first.math.MathUtil | static |
interpolate(double startValue, double endValue, double t) | edu.wpi.first.math.MathUtil | static |
inverseInterpolate(double startValue, double endValue, double q) | edu.wpi.first.math.MathUtil | static |
isNear(double expected, double actual, double tolerance) | edu.wpi.first.math.MathUtil | static |
isNear(double expected, double actual, double tolerance, double min, double max) | edu.wpi.first.math.MathUtil | static |