[][src]Function graphics::ellipse_from_to

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.