- 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