Skip to content

Instantly share code, notes, and snippets.

@sushant94
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sushant94/27638761960d4ea5df73 to your computer and use it in GitHub Desktop.
Save sushant94/27638761960d4ea5df73 to your computer and use it in GitHub Desktop.
Algorithms Graphics

Graphics Lab End-Sem

  • Transforms
    • Translation
    • Rotation
    • Scaling
    • Shearing
  • Line drawing:
    • DDL
    • Bresenham's Algorithm
  • Circle:
    • Bresenham's Circle
  • Clipping:
    • Point
    • Line
    • Polygon
    • Text
  • Curve Drawing:
    • Beizer curves
  • Text ....
    • Dot-Matrix
    • Something Else
  • Coloring
    • FloodFill
    • Scan Line
  • Visible Surface Detection/Hidden Surface Problem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment