--- title: "Mike’s Notebook: CLIP" type: "article" slug: "mikes-notebook-9" url: "http://localhost/article/mikes-notebook-9/" markdown_url: "http://localhost/article/mikes-notebook-9.md" published_at: "2022-10-07T12:24:54+00:00" modified_at: "2024-05-26T13:03:47+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "One of the fundamental concepts of computer graphics programming is that of viewport clipping, or eliminating all lines of a display outside the screen." category: - name: "The Plotter" slug: "the-plotter" taxonomy: "category" url: "http://localhost/category/periodicals/the-plotter/" post_tag: - name: "Best of Timex/Sinclair 2068 Articles and Documents" slug: "ts2068best" taxonomy: "post_tag" url: "http://localhost/tag/ts2068best/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Michael DiRienzo" slug: "michael-dirienzo" taxonomy: "indiv" url: "http://localhost/indiv/michael-dirienzo/" publication_r: id: 21216 title: "The Plotter" type: "periodical" url: "http://localhost/periodical/the-plotter/" authors: "Michael DiRienzo" volume: "8" issue: "11" issues_articles: - id: 39495 title: "The Plotter v8 n11" type: "issue" url: "http://localhost/issue/the-plotter-v8-n11/" pages: "3" pubdate: "November 1990" archive_link: false --- # Mike’s Notebook: CLIP One of the fundamental concepts of computer graphics programming is that of viewport clipping, or eliminating all lines of a display outside the screen.