Function line_drawing::xiaolin_wu [] [src]

pub fn xiaolin_wu<I: FloatNum, O: SignedNum>(
    start: Point<I>,
    end: Point<I>
) -> Vec<(Point<O>, I)>

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