Section outline

  • Topics for discussion

    Line Drawing Algorithm Implementation: Digital Differential Analyzer(forward), Bresenham 

    Expected Learning Outcome:

    • Students will be able to implement DDA algorithm (forward) and Bresenham Algorithm.
    • Students will be able to draw a line using two endpoints with DDA & Bresenham algorithm. 

    Expected Skills:

    a.  knowledge about C/C++ programming
    b.  Clear idea about OpenGL 

    Tools Required:

    •  CodeBlocks
    •  OpenGL and GLUT using CodeBlocks.