Assignment 01
Writing a program to draw lines using standard line equation: y = m x + c. And Implement the DDA algorithm to rasterize lines.
This is done in OpenGL.
The file is DDAline.cpp
Writing a program to draw lines using standard line equation: y = m x + c. And Implement the DDA algorithm to rasterize lines.
This is done in OpenGL.
The file is DDAline.cpp
Comments
Post a Comment