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.