Computer Science, asked by MansiSolanki9911, 1 year ago

What is line drawing algorithm in computer graphics?

Answers

Answered by shambror
1
right battan clik in start your drawing in your computer
Answered by ARPzh
1
A line connects two end-points. It is a basic element in computer-graphics. To draw a line, you need two points between which you can draw a line.

There are three line drawing algorithms,

DDA

Bresenham’s

Mid-point

where we refer the one point of line as X0,Y0 and the second point of line as X1,Y1.


ARPzh: is it helpful?
Similar questions