![]() |
Speeduino
|
A 2D table. More...
#include <table2d.h>
Public Types | |
using | size_type = uint8_t |
Public Member Functions | |
constexpr | table2D (axis_t(*pAxisBin)[sizeT], value_t(*pCurve)[sizeT]) |
Static Public Member Functions | |
static constexpr size_type | size (void) |
Public Attributes | |
value_t(& | values )[sizeT] |
axis_t(& | axis )[sizeT] |
_table2d_detail::Table2DCache< axis_t, value_t > | cache |
A 2D table.
The table is designed to be used with the table2D_getValue function to interpolate values from a 2D table.
|
inlineconstexpr |