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 - Fork 0
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
WillKirkmanM/cohen-sutherland
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 0
No packages published