X2C Look-up Table 2D
Two dimensional look-up table with selectable number of data points. Table data must be an array of size DimX*DimY and has to be arranged as [f(x1,y1), f(x2,y1), ... f(xn,y1), f(x1,y2), f(x2,y2), ... f(xn,y2), ... ,f(x1,yn), f(x2,yn), ... f(xn,yn)]. FiP: input range is from -1 to 1 Float: input range is from 0 to dimension-1 If input is out of range, output will be cut off (no extrapolation).