- bresenham-line-drawing.cpp - Bresenham line drawing algorithm
 - dda-line-drawing.cpp - Digital Differential Analyzer line drawing algorithm
 - cohen-sutherland-line-clipping.cpp - Cohen-Sutherland line clipping algorithm
 - floodFill.cpp - Flood fill/ seed fill coloring algorithm
 - midpoint-circle-drawing.cpp - Circle drawing algorithm
 - midpoint-ellipse-drawing.cpp - Ellipse drawing algorithm
 - shear_reflection.cpp - Shearing and Reflection algorithms
 - transformation.cpp - Transformation algorithm
 - sutherland-hodgman-polygon-clipping.cpp - Sutherland-Hodgman polygon clipping algorithm
 
- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1
 
SamDaQueen/Computer-Graphics
Folders and files
| Name | Name | Last commit message  | Last commit date  | |
|---|---|---|---|---|
Repository files navigation
About
Computer Graphics algorithms for line drawing, shape filling, circle drawing, ellipse drawing, polygon clipping, shear, transformation, and reflection