pub fn draw_line2(pos1: Coord<i32>, pos2: Coord<i32>, pos3: Coord<i32>)
dep_fltk
Draws a line from (x,y) to (x1,y1) and another from (x1,y1) to (x2,y2)