Computer graphics
From source code,code examples
Basic Algorithms
- Bresenham's line algorithm
- DDA line algorithm
- Flood fill
- Xiaolin Wu's line algorithm
- Painter's algorithm
- Ray tracing
- Scanline rendering
- Global illumination algorithms
- Interpolation
- Spline interpolation
- gatopeich's line algorithm
- Bezier curve algorithms
- B-spline curve fitting
- Draw circle algorithm
- Cohen-Sutherland line clipping
- Clipping a polygon
Examples
- draws 50 triangles inside each other
- Drawing a polygon
- Arrow rotated through 30 degrees about a point selected by the user
- Draw A cube in perspective
- Generating an input file for a cylinder
| Algorithms Categories | |||

