Package edu.wpi.first.math.interpolation
Class InterpolatingDoubleTreeMap
java.lang.Object
edu.wpi.first.math.interpolation.InterpolatingTreeMap<Double,Double>
edu.wpi.first.math.interpolation.InterpolatingDoubleTreeMap
public class InterpolatingDoubleTreeMap extends InterpolatingTreeMap<Double,Double>
Interpolating Tree Maps are used to get values at points that are not defined by making a guess
from points that are defined. This uses linear interpolation.
-
Constructor Summary
Constructors Constructor Description InterpolatingDoubleTreeMap()
Default constructor. -
Method Summary
-
Constructor Details
-
InterpolatingDoubleTreeMap
public InterpolatingDoubleTreeMap()Default constructor.
-