pub fn line_points( start: (usize, usize), end: (usize, usize), ) -> Vec<(usize, usize)>
Bresenham-style line from start to end (inclusive).
start
end