Enlist the properties of ideal line. Does line drawing algorithm generate same line?
An ideal line should have the following characteristics: 1.It should interpolate both ends. 2 .The brightness of the line should be independent of the line’s orientation. 3.It should be straight and smooth in appearance. 4.It should be drawn as soon as possible. 5.When we draw lines on paper, we satisfy all properties. However, when we rasterize it on the monitor, most of the properties are lost. 6.Vertical and horizontal lines are presented with maximum intensity on the monitor screen; the brightness of inclined lines varies with orientation. However, line drawing algorithms generates the line on discrete space on monitor. So the line on monitor screen would be different than the ideal line