Extrapolate Module

Module Contents

template<typename T>
struct extrapolate : public tracktable::algorithms::extrapolate_linear<T>
template<typename T>
struct extrapolate_linear

Subclassed by tracktable::algorithms::extrapolate< PointCartesian< Dimension > >, tracktable::algorithms::extrapolate< PointLonLat >, tracktable::algorithms::extrapolate< PropertyMap >, tracktable::algorithms::extrapolate< Timestamp >, tracktable::algorithms::extrapolate< TrajectoryPoint< BasePointT > >, tracktable::algorithms::extrapolate< T >

Public Static Functions

static inline T apply(T const &start, T const &end, double interpolant)
template<typename T>
T tracktable::extrapolate(T const &start, T const &finish, double interpolant)