Structure representing a point in the interpolation table. More...
#include <Interp.hpp>
Public Attributes | |
| Tin | in |
| Tout | out |
Structure representing a point in the interpolation table.
| Tin | Type of the input value |
| Tout | Type of the output value |
Definition at line 20 of file Interp.hpp.
| Tin TablePoint< Tin, Tout >::in |
Input (x) value
Definition at line 22 of file Interp.hpp.
Referenced by LinearInterp< Tin, Tout, Tmid, size >::interp().
| Tout TablePoint< Tin, Tout >::out |
Output (y) value
Definition at line 23 of file Interp.hpp.
Referenced by LinearInterp< Tin, Tout, Tmid, size >::interp().