Package edu.wpi.first.math.interpolation
package edu.wpi.first.math.interpolation
-
ClassDescriptionAn object should extend interpolatable if you wish to interpolate between a lower and upper bound, such as a robot position on the field between timesteps.Interpolating Tree Maps are used to get values at points that are not defined by making a guess from points that are defined.InterpolatingTreeMap<K,
V> Interpolating Tree Maps are used to get values at points that are not defined by making a guess from points that are defined.Interpolator<T>An interpolation function that returns a value interpolated between an upper and lower bound.An inverse interpolation function which determines where within an interpolation range an object lies.The TimeInterpolatableBuffer provides an easy way to estimate past measurements.