Function draw_line2

pub fn draw_line2(pos1: Coord<i32>, pos2: Coord<i32>, pos3: Coord<i32>)
Available on crate feature dep_fltk only.
Expand description

Draws a line from (x,y) to (x1,y1) and another from (x1,y1) to (x2,y2)