[]Function rltk::line2d_vector

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

Uses a 2D vector algorithm to plot a line between two points. On some CPUs, this is faster than Bresenham.