Template Struct LinearInterpolationFunctor¶
Defined in File interpolation-helpers.h
Struct Documentation¶
-
template<typename
Time
, typenameInterpolateType
>
structcommon
::
LinearInterpolationFunctor
¶ Public Functions
-
inline void
operator()
(const Time t1, const InterpolateType &x1, const Time t2, const InterpolateType &x2, const Time t_interpolated, InterpolateType *x_interpolated)¶
-
inline void