A tiny Bresenham class.

Available since

0.1.0

.

Static methods

staticplotLine(x1:Float, y1:Float, x2:Float, y2:Float):Array<Point>

Bresenham algorithm, order not guaranteed.