[]Function rltk::line2d_bresenham

pub fn line2d_bresenham(start: Point, end: Point) -> Vec<Point>

Uses a Bresenham's algorithm to plot a line between two points. On some CPUs, this is faster than Bresenham.