[][src]Function piston_window::line

pub fn line<L, G>(
    color: [f32; 4],
    radius: f64,
    line: L,
    transform: [[f64; 3]; 2],
    g: &mut G
) where
    G: Graphics,
    L: Into<[f64; 4]>, 

Draws line.