Adds a pixels view of the specified sampled function f(x1,x2). Assumes zero first sample values and unit sampling intervals. @param f array[n2][n1] of sampled function values f(x1,x2), where n1 = f[0].length and n2 = f.length. @return the pixels view.
(float[][] f)
source not stored for this graph (policy: none)
no test coverage detected