|
|
|
|
|
by pandaman
3688 days ago
|
|
Bresenham algorithms replaced expensive (at the time) floating point computation with fast (at the time) flow control. Nowadays it's exactly opposite: float is cheap and control is expensive so they only have historical value. |
|
https://hbfs.wordpress.com/2009/07/28/faster-than-bresenhams...