DUNE: Uniform Navigational Environment
2.5.0-rc1
|
Interpolates linearly between (t0,x0) and (t1,x1) for value t will also work if the point is outside of this interval.
p | reference to object of struct type LinIntParam (below) |
Public Member Functions | |
LinIntParam (Type val_x0, Type val_x1, Type val_t0, Type val_t1, Type val_t) | |
Public Attributes | |
Type | x0 |
Type | x1 |
Type | t0 |
Type | t1 |
Type | t |
|
inline |
Type DUNE::Math::LinIntParam< Type >::t |
Referenced by DUNE::Math::linearInterpolation().
Type DUNE::Math::LinIntParam< Type >::t0 |
Referenced by DUNE::Math::linearInterpolation().
Type DUNE::Math::LinIntParam< Type >::t1 |
Referenced by DUNE::Math::linearInterpolation().
Type DUNE::Math::LinIntParam< Type >::x0 |
Referenced by DUNE::Math::linearInterpolation().
Type DUNE::Math::LinIntParam< Type >::x1 |
Referenced by DUNE::Math::linearInterpolation().