162 _table2d_detail::Bin<axis_t>
xBin = _table2d_detail::Bin<axis_t>(
fromTable->axis,
fromTable->cache.lastBinUpperIndex);
182 fromTable->cache.cacheTime = _table2d_detail::getCacheTime();
static uint32_t rshift(uint32_t a)
Bitwise right shift - generic, unoptimized, case.
Definition bit_shifts.h:348
static value_t table2D_getValue(const table2D< axis_t, value_t, sizeT > *fromTable, const axis_t axisValue)
Interpolate a value from a 2d table.
Definition table2d.h:144