Function piston_window::line

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

Draws line.