Function line_drawing::walk_grid [] [src]

pub fn walk_grid<T: SignedNum>(start: Point<T>, end: Point<T>) -> Vec<Point<T>>

A convenience function to collect the points from WalkGrid into a Vec.