Function graphics::line [−][src]
pub fn line<L: Into<Line>, G>(
color: Color,
radius: Radius,
line: L,
transform: Matrix2d,
g: &mut G
) where
G: Graphics,
Draws line.
pub fn line<L: Into<Line>, G>(
color: Color,
radius: Radius,
line: L,
transform: Matrix2d,
g: &mut G
) where
G: Graphics,
Draws line.