03: Bresenham's Algorithms
Rasterization
- Vector data to rasters (pixel/dot format)
- Scan Conversion figures out what pixels to shade to represent the shapes you desire to draw
Bresenham’s line drawing algorithm
- Basically what it does is ∆y = m∆x

Bresenham’s circle drawing algorithm
