News

This PYTHON program is used to plot circles at a specified resolution, initial position (x_0,y_0), and radius. In theory a circle can be composed of infinite points. Fortunately, in order to plot a ...
It uses Bresenham's line drawing algorithm to draw the polygon sides.Each point plotted has a 8 unit size.For drawwing a polygon of 4 vertex input vertex as 5 and give the last vertex the same as the ...