Function graphics::line_from_to [−][src]
pub fn line_from_to<P: Into<Vec2d>, G>(
color: Color,
radius: Radius,
from: P,
to: P,
transform: Matrix2d,
g: &mut G
) where
G: Graphics,
Draws line between points.
pub fn line_from_to<P: Into<Vec2d>, G>(
color: Color,
radius: Radius,
from: P,
to: P,
transform: Matrix2d,
g: &mut G
) where
G: Graphics,
Draws line between points.