Package frc.robot.util
Class InterpolatingMeasureTreeMap.MeasureInterpolable<T extends Measure<U>,U extends Unit>
java.lang.Object
frc.robot.util.InterpolatingMeasureTreeMap.MeasureInterpolable<T,U>
- All Implemented Interfaces:
Interpolator<T>
- Enclosing class:
- InterpolatingMeasureTreeMap<J extends Measure<U>,
U extends Unit, K extends Measure<Q>, Q extends Unit>
public static class InterpolatingMeasureTreeMap.MeasureInterpolable<T extends Measure<U>,U extends Unit>
extends Object
implements Interpolator<T>
An interpolation function for interpolating between Measures.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MeasureInterpolable
public MeasureInterpolable()
-
-
Method Details
-
interpolate
- Specified by:
interpolatein interfaceInterpolator<T extends Measure<U>>
-