|
|
|
|
|
by eru
657 days ago
|
|
Yes, but here it's about avoiding multiplication (and division). I suspect on a modern processor the branches (ie "if"s) in Bresenham's algorithm are gonna be more expensive than the multiplications and divisions in the naive algorithm. |
|