Skip to content

Cohen–Sutherland algorithm

The Cohen–Sutherland algorithm is a computer graphics algorithm used for line clipping. The algorithm divides a two-dimensional space into 9 regions (or a three-dimensional space into 27 regions), and then efficiently determines the lines and portions of lines that are visible in the center region of interest (the viewport).

The algorithm was developed in 1967 during flight simulator work by Danny Cohen and Ivan Sutherland.

See also

Algorithms used for the same purpose:

Other:

Favorite site

References


  1. Okjungsoo.tistory.com_-_Cohen–Sutherland_algorithm.pdf 

  2. Viewing_and_clipping.pdf