Understanding the syntax and attempting few shapes .
BaseCode.cpp to use in further applications.
Understanding various primitives, command formats, colors and attempting few basic 2d structures.
complex shapes and fonts using basic primitives.
DDA stands for Digital Differential Analyzer. It is an incremental method of scan conversion of line.
It is primarily a line drawing algorithm.
Brute force , DDA, Bresenham line drawing algorithms and comparing Mean Square Error to verify the point accuracy.
Mid-point Cicle Drawing and Bresenham line drawing algorithms.
Mid-point Ellipse Drawing Algorithm.
Mid-point Parabola and Hyperbola Drawing Algorithm.
Clipping and Region filling algorithms.