Function piston_window::ellipse_from_to

source ยท
pub fn ellipse_from_to<P, G>(
    color: [f32; 4],
    from: P,
    to: P,
    transform: [[f64; 3]; 2],
    g: &mut G
)
where P: Into<[f64; 2]>, G: Graphics,
Expand description

Draws ellipse by corners.