What is are advatages and disadvatages of bresenham's line algorithm?

1 answer

Answer

1287742

2026-06-08 13:25

+ Follow

1. High accuracy. Comparing to Basic Incremental algorithm (especially if the slope were > 1.) 2. High speed. Comparing to Digital Differenmtial algorithm. 3. Draws the line between any two points. Comparing to Basic Incremental algorithm which can't draw if x0 > x1 ( the format is: (x0, y0), (x1, y1). )

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.