Robot Core Documentation
Loading...
Searching...
No Matches
edu.wpi.first.math.MathUtil Member List

This is the complete list of members for edu.wpi.first.math.MathUtil, including all inherited members.

angleModulus(double angleRadians)edu.wpi.first.math.MathUtilstatic
applyDeadband(double value, double deadband, double maxMagnitude)edu.wpi.first.math.MathUtilstatic
applyDeadband(double value, double deadband)edu.wpi.first.math.MathUtilstatic
clamp(int value, int low, int high)edu.wpi.first.math.MathUtilstatic
clamp(double value, double low, double high)edu.wpi.first.math.MathUtilstatic
inputModulus(double input, double minimumInput, double maximumInput)edu.wpi.first.math.MathUtilstatic
interpolate(double startValue, double endValue, double t)edu.wpi.first.math.MathUtilstatic
inverseInterpolate(double startValue, double endValue, double q)edu.wpi.first.math.MathUtilstatic
isNear(double expected, double actual, double tolerance)edu.wpi.first.math.MathUtilstatic
isNear(double expected, double actual, double tolerance, double min, double max)edu.wpi.first.math.MathUtilstatic