Function graphics::ellipse_from_to [−][src]
pub fn ellipse_from_to<P: Into<Vec2d>, G>(
color: Color,
from: P,
to: P,
transform: Matrix2d,
g: &mut G
) where
G: Graphics,
Draws ellipse by corners.
pub fn ellipse_from_to<P: Into<Vec2d>, G>(
color: Color,
from: P,
to: P,
transform: Matrix2d,
g: &mut G
) where
G: Graphics,
Draws ellipse by corners.