--- title: "Circle" type: "article" slug: "circle" url: "http://localhost/article/circle/" markdown_url: "http://localhost/article/circle.md" published_at: "2022-02-01T00:56:48+00:00" modified_at: "2024-05-26T13:40:54+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Implementation of Bresenham's circle algorithm." category: - name: "ZXzine" slug: "zxzine" taxonomy: "category" url: "http://localhost/category/periodicals/zxzine/" post_tag: - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "Tim Swenson" slug: "tim-swenson" taxonomy: "indiv" url: "http://localhost/indiv/tim-swenson/" publication_r: id: 38051 title: "ZXzine" type: "periodical" url: "http://localhost/periodical/zxzine/" authors: "Tim Swenson" issue: "3" issues_articles: - id: 38353 title: "ZXzine Issue 3" type: "issue" url: "http://localhost/issue/zxzine-issue-3/" pages: "5-6" pubdate: "October 2016" archive_link: false --- # Circle Implementation of Bresenham’s circle algorithm.