A tiny Bresenham class.
0.1.0
staticplotLine(x1:Float, y1:Float, x2:Float, y2:Float):Array<Point>
Bresenham algorithm, order not guaranteed.