Cohen-Sutherland Line Clippings

October 29, 2017|

  Cohen-Sutherland Line Clippings algorithm uses the clipping window as shown in the following figure. The minimum coordinate for the clipping region is (XWmin,YWmin)(XWmin,YWmin) and the maximum coordinate for the clipping region is (XWmax,YWmax)(XWmax,YWmax).   We will use 4-bits to divide the entire region. These 4 bits represent the Top, Bottom, Right, and [...]