Function graphics::line

source ยท
pub fn line<L: Into<Line>, G>(
    color: Color,
    radius: Radius,
    line: L,
    transform: Matrix2d,
    g: &mut G,
)
where G: Graphics,
Expand description

Draws line.