Function macroquad::shapes::draw_ellipse

source ·
pub fn draw_ellipse(x: f32, y: f32, w: f32, h: f32, rotation: f32, color: Color)
Expand description

Draws a solid ellipse centered at [x, y] with a given size [w, h], clockwise rotation (in degrees) and color.