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

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

Draw a circle.