Package frc.team_8840_lib.utils.math
Class Range
java.lang.Object
frc.team_8840_lib.utils.math.Range
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Range
public Range(double min, double max)
-
-
Method Details
-
getMin
public double getMin() -
getMax
public double getMax() -
inRange
public boolean inRange(double n) -
clamp
public double clamp(double n)
-