Skip to content

Cohen–Sutherland is a Line Clipping Algorithm used to Determine which Portions of a Line Segment are Visible within a Rectangular Viewport (or Clipping Window) in 2D Space—Dividing the 2D Space into 9 Regions, Assigns a 4-bit Region Code (Outcode) to Each Endpoint of the Line Indicating its Position Relative to the Viewport

Notifications You must be signed in to change notification settings

WillKirkmanM/cohen-sutherland

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cohen Sutherland

Cohen-Sutherland is a Line Clipping Algorithm used to Determine which Portions of a Line Segment are Visible within a Rectangular Viewport (or Clipping Window) in 2D Space—Dividing the 2D Space into 9 Regions, Assigns a 4-bit Region Code (Outcode) to Each Endpoint of the Line Indicating its Position Relative to the Viewport

About

Cohen–Sutherland is a Line Clipping Algorithm used to Determine which Portions of a Line Segment are Visible within a Rectangular Viewport (or Clipping Window) in 2D Space—Dividing the 2D Space into 9 Regions, Assigns a 4-bit Region Code (Outcode) to Each Endpoint of the Line Indicating its Position Relative to the Viewport

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages