Function ggez::graphics::circle [] [src]

pub fn circle(
    ctx: &mut Context,
    mode: DrawMode,
    point: Point,
    radius: f32,
    segments: u32
) -> GameResult<()>

Draw a circle.