Function macroquad::shapes::draw_circle_lines[][src]

pub fn draw_circle_lines(x: f32, y: f32, r: f32, thickness: f32, color: Color)
Expand description

Draws a circle outline centered at [x, y] with a given radius, line thickness and color.