[School_ĐHMT – Algorithm] General Principles of drawing straight lines
Read more 1. DDA algorithm to draw the line 2. Algorithm Breshenham draw straight lines 3. Midpoint Algorithm Given draw straight lines 2 endpoints M1(x1, y1), M2(x2, y2) and paint C. I already know the equation line through 2 M1 and M2 are points: Book I have to (1) Where m is called the steepness or slope of the line, b called passage […]
Recent Comments