Versions in this module Expand all Collapse all v1 v1.0.1 Aug 14, 2020 v1.0.0 Jul 6, 2016 Changes in this version + type LUT []uint16 + func Make(x0, y0, x1, y1 float32, steps uint16) LUT + func MakeFast(x0, y0, x1, y1 float32, steps uint16) LUT + func (l LUT) Eval(x uint16) uint16 + func (l LUT) String() string