Sunday, April 3, 2016

Why Bresenham's line algorithm efficient?


Bresenham's line algorithm is a highly efficient incremental method for scan-converting lines.

It produces mathematically accurate results using only integer addition, subtraction, and multiplication by 2, which can be accomplished by a simple arithmetic shift operation.
If You want to learn about the technology, computer science & engineering, web programming, freelancing, earning please click here :CSE SOLVE

No comments:

Post a Comment